biubiubiu...
摘要: 问题现象: npm ERR! integrity checksum failed when using sha512: wanted xxxx but got yyyy 可能原因: 1. npm安装的依赖同一个版本,作者提交了多次,导致npm包的唯一识别码不一致 解决方法: 方法一: 删除packa 阅读全文
posted @ 2020-12-28 18:25 了恩 阅读(8741) 评论(0) 推荐(0) 编辑
摘要: 问题现象:npm i后报错:“npm :this is an error with npm itself. Please report this error at: <https://github.com/npm/npm/issues>” 解决方法: 方法1:npm cache clean -f / 阅读全文
posted @ 2020-12-28 16:01 了恩 阅读(9214) 评论(0) 推荐(1) 编辑
摘要: 问题现象: 原因:有新的更改未提交 解决方法: 1. git add 更改的文件 2. git commit xx 3. 重新拉取分支代码:git clone -b 分支名 仓库地址 阅读全文
posted @ 2020-12-28 15:47 了恩 阅读(2720) 评论(0) 推荐(0) 编辑