Skip to content

Instantly share code, notes, and snippets.

@dpatlut
Last active September 18, 2020 18:34
Show Gist options
  • Save dpatlut/11ad6507d21aca077e8e79e40c52888f to your computer and use it in GitHub Desktop.
Save dpatlut/11ad6507d21aca077e8e79e40c52888f to your computer and use it in GitHub Desktop.
Node Version

If you have Node 14 (ie, when you run node -v you get 14.x.x) follow these steps:

  1. Downloading nvm (node version manager - helps you switch between node versions seamlessly) curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash

  2. Restart your iTerm/terminal/etc.

  3. Check that you have nvm (run nvm in command line, and it should output a list of options. If you get command not found , we can take a look at your config).

  4. Run nvm install 12 to install Node version 12

  5. Run node -v and check the version is now 12

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