Tuesday, 23 October 2018

Skipping npm install when running npm link

I already have node_modules installed, and I want to run npm link, is there a way to skil npm install phase when running npm link, something like:

npm link --skip-install

or

npm link --install=false

here at the npm link docs: https://docs.npmjs.com/cli/link



from Skipping npm install when running npm link

No comments:

Post a Comment