Skip to content

Commit 1eb4d8b

Browse files
authored
Update README.md
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 c9e7bb2 commit 1eb4d8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
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)