Skip to content

Instantly share code, notes, and snippets.

@fredguth
Created April 11, 2022 13:22
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 fredguth/0cdc40f573888b0b0faebec683a09ddf to your computer and use it in GitHub Desktop.
Save fredguth/0cdc40f573888b0b0faebec683a09ddf to your computer and use it in GitHub Desktop.
Install node v6.9.1 in Mac M1 / Rosetta 2 updater install in mac m1
softwareupdate --install-rosetta --agree-to-license
grep RosettaUpdateAuto.pkg /var/log/install.log
#open RosettaUpdateAuto in the found folder
# go to terminal.app in finder and click in Get Info (right click)
#click in open with rosetta
# open terminal
arch
#should show intel i386
# now you can install nvm install v6.9.1
nvm install v6.9.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment