Skip to content

Commit e9b2693

Browse files
igraysonljharb
authored andcommitted
[readme] 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).
1 parent ccd98f7 commit e9b2693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ Some issues you may encounter:
913913
$ NODE_OPTIONS="--max-old-space-size=4096" ./node_modules/.bin/your_node_package
914914
```
915915
- when using `nvm` to install some versions, the compilation fails
916+
- after `nvm` successfully compiles some versions, `yarn` or `npm` may later fail to install packages with an `incorrect data check` error.
916917
917918
One solution to this issue is to change the architecture of your shell from arm64 to x86.
918919

0 commit comments

Comments
 (0)