Created
May 3, 2022 14:46
-
-
Save gagimilicevic/5d4e0ee9aebd57e58b9877eed723fc7b to your computer and use it in GitHub Desktop.
Upgrading Node.js to latest version
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
npm cache clean -f | |
npm install -g n | |
n stable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment