Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Autocomplete directories in "npm install ../" #5

Open
agirorn opened this issue Apr 29, 2017 · 4 comments · May be fixed by #16
Open

Feature request: Autocomplete directories in "npm install ../" #5

agirorn opened this issue Apr 29, 2017 · 4 comments · May be fixed by #16

Comments

@agirorn
Copy link

agirorn commented Apr 29, 2017

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
@lukechilds
Copy link
Owner

Wow, I actually had no idea you could pass npm install a file path!

This is a good suggestion, I'll give it a bash 👌

@vegerot
Copy link

vegerot commented Feb 11, 2020

@lukechilds I'd rather you give it a zsh!

@ammmze
Copy link

ammmze commented Feb 13, 2020

FYI ... I got this working in #16 ;)

@vegerot
Copy link

vegerot commented Feb 13, 2020

😂 thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants