Last active
September 10, 2019 15:05
-
-
Save nara-l/e7cc8b1025c400ac5c61c5e2fc74cae4 to your computer and use it in GitHub Desktop.
Use a different version of Node
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
# 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