Open shenmeshenqi opened 7 years ago
Is this happening on a clone of the current master branch?
What is your npm --version
?
I haven't tested the latest master branch on an Ubuntu 16.04 in a few months. I haven't ran into an issue like this before though, so it could be something wrong with the mentioned package's build.
Thank you for your reply. My npm version is 5.3.0. I feel that the npm have bug.Because i failed to use it to install some other software. But now,i use nodejs version is v6.11.1,npm version is 3.10.10.i install it successfully. I feel very helpless about the speed at which NPM downloads packets. Although I didn't use the latest version, I was finally excited about starting my meanjs trip. Thank you!
FYI installs run just fine on Travis with npm 5.3.0
npm 3 ignores our package-lock.json so the bug won't appear up with it.
i use ubuntu16.04,my node version is v8.4.0,i have a problem,in the installation,with npm install.
Here is the Issues
root@zzh-Inspiron-7559:/home/zzh/meanjs# npm install npm WARN eslint-config-airbnb@6.0.2 requires a peer of eslint@^2.2.0 but none was installed. npm WARN eslint-config-airbnb@6.0.2 requires a peer of eslint-plugin-react@^4.0.0 but none was installed. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules/fsevents): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: sha512-Sn44E5wQW4bTHXvQmvSHwqbuiXtduD6Rrjm2ZtUEGbyrig+nUH3t/QD4M4/ZXViY556TBpRgZkHLDx3JxPwxiw== integrity checksum failed when using sha512: wanted sha512-Sn44E5wQW4bTHXvQmvSHwqbuiXtduD6Rrjm2ZtUEGbyrig+nUH3t/QD4M4/ZXViY556TBpRgZkHLDx3JxPwxiw== but got sha512-Oohunfz9cGpTPiPAkAL5zz+dOFHI1M9Q1XDsw4i5UOGGjj7hoytcOxxRRTSyZSAH+wGmWIL0IxCLI24T4kpSmg==. (15857 bytes) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: uws@0.14.5 (node_modules/uws): npm WARN optional SKIPPING OPTIONAL DEPENDENCY: sha1-Z6rzPEaypYel9mZtAPdpEyjxSdw= integrity checksum failed when using sha1: wanted sha1-Z6rzPEaypYel9mZtAPdpEyjxSdw= but got sha1-FfTeCILWbd3dpwfb3B+YHxzD1wk=. (32242 bytes)
npm ERR! code EINTEGRITY npm ERR! sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA= integrity checksum failed when using sha1: wanted sha1-m/vlRWIoYoSDjnUOrAUpWFP6HGA= but got sha1-ZzsD17eNIjWDE4Us69V1hJpZewo=. (15859 bytes)
npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2017-09-23T12_58_09_369Z-debug.log
can i help solve my problem?