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

No comments:

Post a Comment