5 Ekim 2016 Çarşamba

How to fix /usr/bin/env: node: No such file or directory error

If you get this error while installing NodeJS, your Linux distro (like Ubuntu) probably uses "nodejs" instead of "node". For solution of the problem, make a symlink and it should work:

ln -s /usr/bin/nodejs /usr/bin/node

Enjoy!

Hiç yorum yok:

Yorum Gönder