npm报错:error code EINTEGRITY
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
一、升级npm
npm i -g npm
二、删除package-lock.json
三、删除缓存目录下的所有数据
npm cache clean –force
四、验证缓存数据的有效性和完整性,清理垃圾数据
npm cache verify
五、包问题
包是在windows下发布的,在linux安装错误。
排查方法:看日志,去除相关的包配置,再安装测试




A beautiful web dashboard for Linux
最近提交(Master分支:18 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)