Skip to content

Instantly share code, notes, and snippets.

@nara-l
Last active September 10, 2019 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nara-l/e7cc8b1025c400ac5c61c5e2fc74cae4 to your computer and use it in GitHub Desktop.
Save nara-l/e7cc8b1025c400ac5c61c5e2fc74cae4 to your computer and use it in GitHub Desktop.
Use a different version of Node
# upgraded node and needed to downgrade later
nvm install 8.11.1 ( lower version)
nvm use 8.11.1 ( to use the lower version)
# expect this to work forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment