Skip to content

Instantly share code, notes, and snippets.

@ludo237
Created October 27, 2016 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ludo237/da1e8e728fc1d226ccc1a830ac032a54 to your computer and use it in GitHub Desktop.
Save ludo237/da1e8e728fc1d226ccc1a830ac032a54 to your computer and use it in GitHub Desktop.
Install NodeJs on WSL
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment