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