Showing posts with label nodejs. Show all posts
Showing posts with label nodejs. Show all posts

Sunday, 6 March 2016

Ubuntu - Node link to nodejs


If you use nodemon or another nodule that refer to node and not nodejs you can create a symbolic link:



sudo ln -s "$(which nodejs)" /usr/bin/node