You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: Autocompleting directories when trying to install node modules from files system and not the registry.
This can be very handy when developing modules and you want to test them in some other project and want to install them from another directory and test them before publishing or making a pull request.
npm install ../guard
npm install ~/code/guard
The text was updated successfully, but these errors were encountered:
Feature request: Autocompleting directories when trying to install node modules from files system and not the registry.
This can be very handy when developing modules and you want to test them in some other project and want to install them from another directory and test them before publishing or making a pull request.
npm install ../guard npm install ~/code/guard
The text was updated successfully, but these errors were encountered: