Skip to content

Instantly share code, notes, and snippets.

@jayadianto
Last active February 1, 2023 08:32
Show Gist options
  • Select an option

  • Save jayadianto/ad0f8d4572b7b7824046d1c10f57f840 to your computer and use it in GitHub Desktop.

Select an option

Save jayadianto/ad0f8d4572b7b7824046d1c10f57f840 to your computer and use it in GitHub Desktop.
Upgrade nodejs version on macos
  1. sudo npm cache clean -f (force) clear you npm cache
  2. sudo npm install -g n install n (this might take a while)
  3. sudo n stable upgrade to the current stable version

source : https://stackoverflow.com/a/19333717

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment