Created
April 26, 2017 02:37
-
-
Save jniemann66/c14ac45e0603d242e345a217c937e3eb to your computer and use it in GitHub Desktop.
Ubuntu 16.04 Node Symlink
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ubuntu already has a package called "node" which is packet-radio software | |
# this is to create the relevant symlink to allow the use of "node" to invoke nodejs | |
sudo ln -s /usr/bin/nodejs /usr/bin/node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment