Last active
November 26, 2022 14:47
-
-
Save atereshkov/0573e710a38b8b91d2656d66e87e7915 to your computer and use it in GitHub Desktop.
Revisions
-
atereshkov revised this gist
Nov 26, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,5 @@ https://github.com/nvm-sh/nvm#troubleshooting-on-macos This worked in my case on zsh: You might need to restart your terminal instance or run `. ~/.nvm/nvm.sh`. `nvm install 16` `nvm use 16` -
atereshkov created this gist
Nov 26, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ https://docs.npmjs.com/downloading-and-installing-node-js-and-npm Run nvm installation script. https://github.com/nvm-sh/nvm#install--update-script If you get nvm: `command not found` after running the install script, troubleshoot it. https://github.com/nvm-sh/nvm#troubleshooting-on-macos This worked in my case on zsh: You might need to restart your terminal instance or run `. ~/.nvm/nvm.sh`. `nvm use 16`