安裝node.js和bower之後,執行bower出現
/usr/bin/env: 'node': No such file or directory
錯誤
這個錯誤是由於安裝完node.js環境變數並沒有設定好,需要手動連結,才可以正常使用。
#解決方法
- 執行一下命令
sudo ln -s /usr/bin/nodejs /usr/bin/node
安裝node.js和bower之後,執行bower出現
/usr/bin/env: 'node': No such file or directory
錯誤
這個錯誤是由於安裝完node.js環境變數並沒有設定好,需要手動連結,才可以正常使用。
#解決方法
sudo ln -s /usr/bin/nodejs /usr/bin/node