[BUG] npm link
should have --install-links=false
by default
#561
Closed
1 task done
Labels
Is there an existing issue for this?
Current Behavior
With #510 landed the default of install is now
--install-links=true
... this has unintentionally broken the expected behavior ofnpm link
creating a reified on disk representation of the package rather than a symbolic link.Expected Behavior
running
npm link
in a package should create a global symbolic link to the packageSteps To Reproduce
bin
export runnpm link
Environment
The text was updated successfully, but these errors were encountered: