Error with " npm install "
-
Vue version: 2.8.2
I have this error with the command " npm install ":C:\Users\asus\Desktop\myapp>npm install
npm WARN quasar-app@0.0.1 No repository field.
npm WARN quasar-app@0.0.1 No license field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules\fsevents):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, utime ‘C:\Users\asus\Desktop\myapp\node_modules.staging\fsevents-7165358e\build\Release\obj.target\fse\fsevents.o’npm ERR! code EINTEGRITY
npm ERR! sha1-mnHEh0chjrylHlGmbaaCA4zct78= integrity checksum failed when using sha1: wanted sha1-mnHEh0chjrylHlGmbaaCA4zct78= but got sha1-/YpVJeQDWBecRzRr4sUf0fw8bVc=. (250296 bytes)npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\asus\AppData\Roaming\npm-cache_logs\2017-08-14T00_03_41_944Z-debug.log -
It seem to be a checksum failure (EINTEGRITY)
Clear your npm cache and try again
-
With “npm cache verify” works, thank you very much
-
@asv better to use yarn.