Created
November 15, 2021 15:50
-
-
Save AkshatJen/973ba3c784b4823d7da67667104c22a7 to your computer and use it in GitHub Desktop.
update node version to latest in mac
This file contains hidden or 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
(force) clear you npm cache | |
`sudo npm cache clean -f ` | |
install n (this might take a while) | |
`sudo npm install -g n ` | |
upgrade to the current stable version | |
`sudo n stable ` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment