报错完整截图

npm install报错npm ERR! code EINTEGRITY

解决方案:删除node_modules和package-lock.json,然后执行npm install,亲测有效✌️

命令:rm -rf node_modules package-lock.json

 

相关文章: