Last active
June 11, 2021 11:30
-
-
Save chsasank/486d53f8d2a867fbae9478b947f12398 to your computer and use it in GitHub Desktop.
Revisions
-
Sasank Chilamkurthy revised this gist
Jun 11, 2021 . 1 changed file with 1 addition and 1 deletion.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 @@ -4,4 +4,4 @@ 3. Add the stuff from the above command to zshrc to initialize nvm 3. Go to x86 shell by `arch -x86_64 zsh` 5. Install lts node using nvm in the intel shell: `nvm install --lts` 6. Enjoy node in all shells (x86 or arm) -
Sasank Chilamkurthy revised this gist
Jun 11, 2021 . 1 changed file with 6 additions and 2 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 @@ -1,3 +1,7 @@ 1. Install rosetta2 2. Install NVM using instructions [here](https://github.com/nvm-sh/nvm#installing-and-updating) `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash ` 3. Add the stuff from the above command to zshrc to initialize nvm 3. Go to x86 shell by `arch -x86_64 zsh` 5. Install lts node using nvm in the intel shell: `nvm install --lts` 6. Enjoy it in all shells -
Sasank Chilamkurthy created this gist
Jun 11, 2021 .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,3 @@ 1. Install rosetta2 2. 3. Go to x86 shell by `arch -x86_64 zsh`