Skip to content

Commit

Permalink
Indicate how to install node 12 on Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
token-cjg committed Nov 4, 2024
1 parent 8c28579 commit 3bb3748
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ You will need:
* [Node.js](http://nodejs.org/)
* [npm](https://www.npmjs.org/)

If you are on Apple Silicon, switch to Rosetta mode first:
`env /usr/bin/arch -x86_64 /bin/zsh --login`

You should then be able to install node:
`asdf install nodejs 12.10.0`

Then run:

`npm install` - Install dependencies
Expand Down

0 comments on commit 3bb3748

Please sign in to comment.