Last active
June 6, 2017 09:02
-
-
Save mk30/7be5bcedf3673f63fba69692d98cd768 to your computer and use it in GitHub Desktop.
installing node.js
This file contains 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
download appropriate file from https://nodejs.org/en/download/ | |
`tar -xf /name/of/file.tar.gz -C /usr/local/` | |
`export PATH=$PATH:node_dir/bin` | |
if in ubuntu: `sudo ln -s "$(which nodejs)" /usr/bin/node` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wrote a new version of the instructions based on the above link: https://gist.github.com/mk30/3fe1bf103da3d7828621b8c7413e6e8c