我已经安装了咕噜&鲍尔和我使用ZSH。
当我输入bower --help
或grunt anything
,我得到zsh: command not found: bower
或zsh: command not found: grunt
我怎样才能解决这个问题?
我已经安装了咕噜&鲍尔和我使用ZSH。
当我输入bower --help
或grunt anything
,我得到zsh: command not found: bower
或zsh: command not found: grunt
我怎样才能解决这个问题?
添加/usr/local/share/npm/bin/
你的$PATH environment
我不能得到上述工作。 问题是,我刚刚重新安装了Mac和忘记重新安装呼噜声。
您可以测试咕噜实际安装并回去与来砸zshell以外正常工作bash -l
和运行grunt
。
如果咕噜抛出了同样的错误,你可以通过运行安装咕噜:
sudo npm install -g grunt-cli
运行zsh
要回zshell。
当你安装了,你有没有在全球范围安装?
npm install -g bower
给一个尝试。 如果没有,也尝试加入须藤
sudo npm install -g bower
当您安装咕噜(凉亭),终端告诉你的目录。 对于使用ZSH壳的,这增加.zshrc:
export PATH=/usr/you/directory/npm/bin:$PATH,
我发现它使用:
/lib/node_modules
export PATH=/usr/lib/node_modules/npm/bin:$PATH
如果您使用的是GNOME终端(在Ubuntu的Unity与GNOME默认)尝试的答案https://askubuntu.com/questions/279180/nvm-command-not-found-issue 。