vue-formbuilder
vue-formbuilder copied to clipboard
Error when npm install
Hi
the installation occur with error for some packages
npm ERR! code EINTEGRITY
npm ERR! sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE= integrity checksum failed when using sha1: wanted sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE= but got sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== sha1-Touo7i1Ivk99DeUFRVVI6uWTIEU=. (17009 bytes)
.
.
.
npm ERR! code EINTEGRITY
npm ERR! Verification failed while extracting [email protected]:
npm ERR! Verification failed while extracting [email protected]:
npm ERR! sha1-s56mIp72B+zYniyN8SU2iRysm40= integrity checksum failed when using sha1: wanted sha1-s56mIp72B+zYniyN8SU2iRysm40= but got sha512-+CiwtLnsJhX03p20mwXuvhoebatoh5B3tt+VvYlrPgZC1g36y+RRbkufX95Xa+X4I59aWEacDFYwnJZiyBh9gA== sha1-pxLHT9wx9+yyD+RPFX2ALSCAl+8=. (306705 bytes)
i did update npm version but there is no way to solve problem
Hi
the installation occur with error for some packages
npm ERR! code EINTEGRITY npm ERR! sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE= integrity checksum failed when using sha1: wanted sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE= but got sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== sha1-Touo7i1Ivk99DeUFRVVI6uWTIEU=. (17009 bytes) . . . npm ERR! code EINTEGRITY npm ERR! Verification failed while extracting [email protected]: npm ERR! Verification failed while extracting [email protected]: npm ERR! sha1-s56mIp72B+zYniyN8SU2iRysm40= integrity checksum failed when using sha1: wanted sha1-s56mIp72B+zYniyN8SU2iRysm40= but got sha512-+CiwtLnsJhX03p20mwXuvhoebatoh5B3tt+VvYlrPgZC1g36y+RRbkufX95Xa+X4I59aWEacDFYwnJZiyBh9gA== sha1-pxLHT9wx9+yyD+RPFX2ALSCAl+8=. (306705 bytes)i did update npm version but there is no way to solve problem
I followed these steps to get rid of this error this does not relate to this package:
- Run
npm i -g npm - delete package-lock.json file
- delete node_modules folder
- Run
npm cache clean --force - Run
npm cache verify - Run
npm install
I think first command do the trick but if not then try steps mentioned above.
Refer https://stackoverflow.com/questions/47545940/when-i-run-npm-install-it-returns-with-err-code-eintegrity-npm-5-3-0