Install node v6.9.1 in Mac M1 / Rosetta 2 updater install in mac m1
This file contains 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