Skip to content

Instantly share code, notes, and snippets.

@atereshkov
Last active November 26, 2022 14:47
Show Gist options
  • Select an option

  • Save atereshkov/0573e710a38b8b91d2656d66e87e7915 to your computer and use it in GitHub Desktop.

Select an option

Save atereshkov/0573e710a38b8b91d2656d66e87e7915 to your computer and use it in GitHub Desktop.

Revisions

  1. atereshkov revised this gist Nov 26, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original 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`
  2. atereshkov created this gist Nov 26, 2022.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original 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`