Created
April 11, 2022 13:22
-
-
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
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 characters
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