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
/usr/bin/env: node: No such file or directory
just do:
sudo ln -s /usr/bin/nodejs /usr/bin/node
and it fixed