Skip to content

Instantly share code, notes, and snippets.

@fredguth
Created April 11, 2022 13:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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