We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd98f7 commit e9b2693Copy full SHA for e9b2693
README.md
@@ -913,6 +913,7 @@ Some issues you may encounter:
913
$ NODE_OPTIONS="--max-old-space-size=4096" ./node_modules/.bin/your_node_package
914
```
915
- 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.
917
918
One solution to this issue is to change the architecture of your shell from arm64 to x86.
919
0 commit comments