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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
This error is keep prompting when I run npm install for the node js project which is v14. I had run nvm use before I run npm install. I currently using m1 pro, architecture is arm64.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This error is keep prompting when I run npm install for the node js project which is v14. I had run nvm use before I run npm install. I currently using m1 pro, architecture is arm64.
npm ERR! code Z_DATA_ERROR
npm ERR! errno -3
npm ERR! zlib: incorrect data check
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/chunrong/.npm/_logs/2024-04-24T06_01_45_600Z-debug.log
This is the few ways I had try, remove node-modules, package-lock.json and npm cache clean --force, but it still not working.
Beta Was this translation helpful? Give feedback.
All reactions