npm ERR! code EINTEGRITY


npm install时报 npm ERR! code EINTEGRITY
删除package.lock.json文件
npm cache clean --force
npm install 重新安装