我已經在我的機器上安裝了bower和grunt,但它並沒有工作。兩個都得到:command not found
。Ubuntu 12.04上的Bower,Grunt - 找不到命令
我已經放在路徑鮑爾和咕嚕在.bash_profile文件中,如:
export PATH="/home/user/.node/lib/node_modules/grunt-cli/bin:$PATH"
export PATH="/home/user/.node/lib/node_modules/bower/bin:$PATH"
感覺就像包正確安裝,但無法找到。
Npm和節點位於home/user/.node和home/user/.npm目錄中,這是否適合它?
which bower/grunt
輸出什麼
您是否嘗試過全局安裝它? npm install -g bower – 2014-10-10 15:49:09
@ jack.the.ripper是的我(路徑:'[email protected]/home/user/.node/lib/node_modules/bower')。我仍然有同樣的問題。 – mintaras 2014-10-10 18:01:16