Dockerized npm
March 13, 2022 ยท View on GitHub
dockerized npm
Examples
dockerized npm init # Initialize a new project
dockerized npm install # Install package.json
Global installs
Global installations are supported and are stored within a docker volume, which is shared with npx, node and npm.
dockerized npx --package=@vue/cli vue