Last active
February 13, 2025 20:00
-
-
Save vadimkantorov/2ceb228b66004904d772363800b5b225 to your computer and use it in GitHub Desktop.
Proper install command of node/npm on WSLv1 Ubuntu
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
# 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