I installed nodejs on ubuntu from instructions given here
When I write node --version in the terminal I see this : -bash: /usr/sbin/node: No
node --version
-bash: /usr/sbin/node: No
I had the same issue symbolic link helped me out: sudo ln -s /usr/bin/nodejs /usr/bin/node after that sudo npm install -g phantomjs-prebuilt
went smoothly