Skip to content

Instantly share code, notes, and snippets.

@vadimkantorov
Last active February 13, 2025 20:00
Show Gist options
  • Save vadimkantorov/2ceb228b66004904d772363800b5b225 to your computer and use it in GitHub Desktop.
Save vadimkantorov/2ceb228b66004904d772363800b5b225 to your computer and use it in GitHub Desktop.
Proper install command of node/npm on WSLv1 Ubuntu
# from https://github.com/microsoft/WSL/issues/8151#issuecomment-2276363014
curl -fsSL https://deb.nodesource.com/setup_22.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