npm install error code EINTEGRITY sha1
when other environment codes are packaged into another environment, the NPM install installation dependency reports an error.
13023 error code EINTEGRITY
13024 error sha1-LgxPksfBBzrHtltHrDbWAuirTr8= integrity checksum failed when using sha1: wanted sha1-LgxPksfBBzrHtltHrDbWAuirTr8= but got sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== sha1-stEE/g2Psnz54KHNqCYt04M8bKs=.
Solution:
rm -rf node_modules package-lock.json
npm cache clean --force
npm install --verbose
Read More:
- [Solved] npm Install vuex Error: npm ERR! code ERESOLVE
- [Solved] Package Install Error: npm ERR code ERR_SOCKET_TIMEOUT npm ERR
- [Solved] npm install Error: error code ERR_SOCKET_TIMEOUT
- [Solved] To install it, you can run: npm install –save core-js/modules/es.error.cause.js
- npm ERR code ELIFECYCLE [How to Solve]
- [Solved] NPM err! Cannot read property ‘parent’ of null npm ERR! A complete log of this run can be found in: npm ERR!
- VUE: How to Solve NPM Always Install Error
- [Solved] Npm install Error: verbose stack Error: unable to resolve dependency tree
- Vue Error: renren-fast-vue execute npm install Error [How to Solve]
- [Solved] Vue3 npm ERR code ERR_SSL_DECRYPTION_FAILED_OR_BAD_RECORD_MAC
- [Solved] VUE npm install Error: Module build failed: Error: ENOENT: no such file or directory, scandir
- [Solved] Vue create error: ERROR: command failed: npm install –loglevel error
- [Solved] Vue create Create Project Error: command failed: npm install –loglevel error
- How to Solve NPM installation -g @view/client Error
- [Solved] Node.js v17 npm run dev Error: opensslErrorStack
- npm run dev Error: opensslErrorStack: [ ‘error:03000086:digital envelope routines::initialization error‘ ]
- [Solved] npm Error: Class extends value undefined is not a constructor or null
- [Solved] npm run start Error: Exit status 3221225477
- [Solved] NPM node ERROR in main..js from Terser ChildProcessWorker.initialize Excaption
- Vue3 + vite install element-plus error [How to Solve]