我已卸载macport并尝试自制程序。使用brew安装节点后。我安装了没有任何错误的凉亭。
$npm install -g bower => ~/npm-global/bin/bower -> ~/npm-global/lib/node_modules/bower/bin/bower => ~/npm-global/lib安装完成后,我试了一下bower出错了
$bower => no such file or directory: /opt/local/bin/bower
答案 0 :(得分:0)
之前我遇到过以下问题。 https://github.com/bower/bower/issues/1335
作为修复的一部分,我在〜/ .zshrc中有一个别名 alias bower =' noglob / opt / local / bin / bower'
我不得不改变它 alias bower =' noglob bower'