Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Describe another failure case for installing node versions from source on mac arm64 machines.

It seems to be related to nodejs/node#39313 (which describes a similar issue).
  • Loading branch information
igrayson committed Nov 15, 2021
1 parent c9e7bb2 commit 1eb4d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -913,6 +913,7 @@ Some issues you may encounter:
$ NODE_OPTIONS="--max-old-space-size=4096" ./node_modules/.bin/your_node_package
```
- when using `nvm` to install some versions, the compilation fails
- after `nvm` successfully compiles some versions, `yarn` or `npm` may later fail to install packages with an `incorrect data check` error.
One solution to this issue is to change the architecture of your shell from arm64 to x86.
Expand Down

0 comments on commit 1eb4d8b

Please sign in to comment.