From e9b26938b953278b0e6c0d1812e20267358f8f5e Mon Sep 17 00:00:00 2001 From: Ian Grayson Date: Mon, 15 Nov 2021 04:23:42 -0800 Subject: [PATCH] [readme] Describe another failure case for installing node versions from source on mac arm64 machines. It seems to be related to https://github.com/nodejs/node/issues/39313 (which describes a similar issue). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8891021312..658b7047e5 100644 --- a/README.md +++ b/README.md @@ -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.