Cannot install NodeJs: /usr/bin/env: node: No such file or directory September 26, 2022 by Tarik Doing a symlink solves the issue: ln -s /usr/bin/nodejs /usr/bin/node (My thanks and +1 vote to bodokaiser’s answer).