Skip to content

Instantly share code, notes, and snippets.

@savio777
Last active May 4, 2022 20:30
Show Gist options
  • Save savio777/d7a21400b8572ba7dbfb42ccbf5bdff4 to your computer and use it in GitHub Desktop.
Save savio777/d7a21400b8572ba7dbfb42ccbf5bdff4 to your computer and use it in GitHub Desktop.
mini tutorial installation nodejs on linux

first download nodejs version here

steps:

  • unzip file: tar -xf node-version.tar.xz
  • rename new folder for 'node' (optional)
  • do: sudo cp -r node/{bin,include,lib,share} /usr/
  • test: node -v && npm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment