sh:1:node:not found
nodejsのnpmバッグを入れる時、以下のエラーを報告します.
sh:1:node:not found npm WARN This failure might be due to the use of legacy binary
資料を調べたら、新しいバージョンのnodejsはもう元/usr/bin/nodeを/usr/bin/nodejsに変えました.以上のようにエラーを報告しました.
解決策は以下の通りです.
http://stackoverflow.com/questions/21168141/can-not-install-packages-using-node-package-manager-in-ubuntu
sh:1:node:not found npm WARN This failure might be due to the use of legacy binary
資料を調べたら、新しいバージョンのnodejsはもう元/usr/bin/nodeを/usr/bin/nodejsに変えました.以上のようにエラーを報告しました.
解決策は以下の通りです.
sudo apt-get install nodejs-legacy
参照リンク:http://stackoverflow.com/questions/21168141/can-not-install-packages-using-node-package-manager-in-ubuntu