akveo / ngx-admin

Customizable admin dashboard template based on Angular 10+
https://akveo.github.io/ngx-admin/
MIT License
25.27k stars 7.96k forks source link

Clone and npm i integrity error #1670

Open Remi-Tuy opened 6 years ago

Remi-Tuy commented 6 years ago

Issue type

Issue description

Current behavior: Impossible to npm I after a simple clone, seems to be an INTEGRITY error

npm ERR! code EINTEGRITY
npm ERR! sha1-gwjf1OUtD1OMrP+fKqF26eGNiU8= integrity checksum failed when using sha1:
wanted sha1-gwjf1OUtD1OMrP+fKqF26eGNiU8= but got sha1-puwheR3STW7xS8wjNvEKfOaToh0=. (81475 bytes)

seems to be related to https://github.com/zefoy/ngx-color-picker

Expected behavior: git clone npm i npm start server started on port xxx

Steps to reproduce: git clone master npm i

Other information:

npm, node, OS, Browser Node version: 8.6.0 npm version: 5.3.0

thebat93 commented 6 years ago

I have the same problem. Node version 8.11.3. I can successfully clone the project and install packages on my old laptop, but my main PC shows the same error.

BruneXX commented 6 years ago

Hi Guys, same issue here, any ideas? thanks!

Node: 8.11.3 NPM: 5.6.0

nnixaa commented 6 years ago

As a quick fix, I might suggest to remove package-lock.json, node_modules folder and npm i again.