我安装的Modernizr: npm install -g modernizr
一切正常没有错误: /Users/myusername/npm/bin/modernizr -> /Users/myusername/npm/lib/node_modules/modernizr/bin/modernizr /Users/myusername/npm/lib
安装后运行: modernizr
,我得到:
zsh的:命令未找到:Modernizr的
在我的.zshrc文件我有:
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
:周围的Googling发现这个帖子后, 鲍尔:“命令未找到”安装后 ,并添加此行我的.zshrc文件: export PATH=/usr/local/share/npm/bin:$PATH
当我键入which npm
我得到/usr/local/bin/npm
但我仍然得到命令没有找到。 我检查了与Mac Finder中的文件,发现在近代化名为myUsername / NPM / node_modules /近代化 - 这应该是正确的? 如何解决zsh的命令没有发现?