Skip to content

Instantly share code, notes, and snippets.

@MaraAlexa
Created November 22, 2017 12:23
Show Gist options
  • Save MaraAlexa/641ce94c63980ad16ab861bdff98f3a8 to your computer and use it in GitHub Desktop.
Save MaraAlexa/641ce94c63980ad16ab861bdff98f3a8 to your computer and use it in GitHub Desktop.
Install node on Linux MInt
// NOTE:install node package from nodejs website. After instalation follow the instructions from this gihub page:
https://github.com/nodejs/help/wiki/Installation
Instructions step by step:
1.
Install node and then follow the instructions from point 1 in terminal
2.
// to go to .profile:
ls -a
nano .profile
copy all the instructions(3lines) from point 2 in terminal
ctrl x to save
3.
paste the instructions from point 3 to refresh the terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment