I have searched online thru this site and others for a solution, so I finally bow my head and ask for help. It looks like most of the answers are identifying the node/nodejs naming conflict and creating symlinks as a solution. I don't have a nodejs anywhere on my system.
I am using a _ n _ as my node version manager. So,
sudo n
displays a list of installed versions and allows me to choose. n simply copies the chosen version into /usr/local/bin/ as node. It has already established a link from /usr/bin/node to the managed version.
I installed a javascript library called 'waigo.' When I run the following:
waigo init
I get the following output...
/usr/bin/env: node --harmony: No such file or directory
arrgghhh..... I'm frustrated. Any help will be appreciated.