Open kblicharski opened 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)
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?
Any chances of having this fixed? Btw, how does zsh-better-npm-completion differ with npm completion used in:
npm completion >> ~/.zshrc
?
Indeed presented npm install re<TAB>
does not seem to work anymore... :(
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, producesnpm install _
, which when further expanded lists_cacache
,_locks
, and_logs
.npm install gulp
, for example, produces no output. Other npm commands appear to work.