Bower没有这样的文件或目录:/ opt / local / bin / bower

时间:2015-10-27 16:06:59

标签: node.js npm bower bower-install

我已卸载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

1 个答案:

答案 0 :(得分:0)

之前我遇到过以下问题。 https://github.com/bower/bower/issues/1335

作为修复的一部分,我在〜/ .zshrc中有一个别名 alias bower =' noglob / opt / local / bin / bower'

我不得不改变它 alias bower =' noglob bower'