执行 npm install 时,显示错误 shasum check failed

while executing the npm install, it is showing error shasum check failed

我正在尝试在存储库中执行 npm install 但它显示此错误 几天前它工作正常但今天我收到此错误

npm ERR! Linux 5.4.0-70-generic
npm ERR! argv "/home/userName/.nvm/versions/node/v6.11.2/bin/node" "/home/userName/.nvm/versions/node/v6.11.2/bin/npm" "i"
npm ERR! node v6.11.2
npm ERR! npm  v3.10.10

npm ERR! shasum check failed for /tmp/npm-21611-583a4ffd/registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz
npm ERR! Expected: 6414#82913697da51590397dafb12f22967811ce
npm ERR! Actual:   6414c82913697da51590397dafb12f22967811ce
npm ERR! From:     https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /home/userName/repository/repositoryName/npm-debug.log

而且我认为带有 npm 的 ny 命令也不起作用, 我不想升级我的 nodejs 和 npm

尝试清除您的 NPM 缓存。 (npm cache clean)

具有 # 的预期校验和表示某处有 1 位数据损坏(内存错误?硬盘驱动器错误?),因为 # 的二进制值为 0b00100011 并且对于正确的字符 c 它是 0b01100011 (一个位的差异)。