Cannot install NodeJs: /usr/bin/env: node: No such file or directory

Doing a symlink solves the issue:

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

(My thanks and +1 vote to bodokaiser’s answer).

Leave a Comment