This is an old revision of the document!
How to fix node broken link
/usr/bin/env: node: No such file or directory
just do:
sudo ln -s /usr/bin/nodejs /usr/bin/node
and it fixed
This is an old revision of the document!
/usr/bin/env: node: No such file or directory
just do:
sudo ln -s /usr/bin/nodejs /usr/bin/node
and it fixed