You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having an issue on the m1 silicon macbooks whereby the node version is installed, but subsequent npm install fails with incorrect data check error.
Yes, that's correct. NODE_CONFIGURE_OPTS (and NODE_CONFIGURE_OPTS_ARRAY) are passed to ./configure before invoking make. (for which there is also then NODE_MAKE_OPTS and NODE_MAKE_OPTS_ARRAY)
I am having an issue on the m1 silicon macbooks whereby the node version is installed, but subsequent
npm install
fails withincorrect data check
error.See main issue here nodejs/node#39313
Looking at vercel/pkg-fetch@925111b we can build node with a
--shared-zlib
flag which seems to fix the issue?I can see that this is possible within
nvm
, nvm-sh/nvm#2653 (comment)Is it possible to do something similar when building node with this tool?
The text was updated successfully, but these errors were encountered: