lukechilds / zsh-better-npm-completion

Better completion for npm
MIT License
464 stars 35 forks source link

Bug: npm install autocompletion not functional #9

Open kblicharski opened 6 years ago

kblicharski commented 6 years ago

Node Version: v10.1.0 Npm Version: npm@6.0.1 Zsh Version: zsh 5.5.1 (x86_64-debian-linux-gnu)

npm install, followed by a tab, produces npm install _, which when further expanded lists _cacache, _locks, and _logs.

npm install gulp, for example, produces no output. Other npm commands appear to work.

julianpinedayyz commented 6 years ago

Same issue here.

node v10.4.0 npm v6.1.0 MacOs High Sierra 10.13.5 zsh 5.3 (x86_64-apple-darwin17.0)

lukechilds commented 6 years ago

Thanks for reporting guys.

Unfortunately I'm really busy on other projects at the moment. Do either of you fancy taking a crack at this?

odebroqueville commented 4 years ago

Any chances of having this fixed? Btw, how does zsh-better-npm-completion differ with npm completion used in: npm completion >> ~/.zshrc ?

pkuczynski commented 4 years ago

Indeed presented npm install re<TAB> does not seem to work anymore... :(