终端下使用 npm 时按 tab 无法自动补全?


OSX10 iterm + ohmyzsh 下 npm 后面跟tab会报错。


 ➜ ~  npm egrep: empty (sub)expression
egrep: empty (sub)expression
egrep: empty (sub)expression

有遇到同样问题的吗?

npm iterm2 终端 zsh tab

三森二十七木 10 years, 1 month ago

~/.zshrc 最后追加


 . <(npm completion)

重启iterm,解决。

参考: https://www.npmjs.org/doc/cli/npm-completion.html

两个婆娘一个郎 answered 10 years, 1 month ago

Your Answer