其他分享
首页 > 其他分享> > 前端工程 常见问题随笔记录

前端工程 常见问题随笔记录

作者:互联网

  1. yarn 或者npm install的时候报错“computed integrity doesn't match our records”
    error https://registry.npm.taobao.org/qs/download/qs-6.9.4.tgz: Integrity check failed for "qs" (computed integrity doesn't match our records, got "sha 512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ== sha1-pZ6FHBuhbAUT6hI4MN1jmgoVy2o=")
    解决办法(npm相同):
    yarn cache clean yarn --update-checksums yarn

标签:npm,qs,常见问题,computed,前端,yarn,doesn,our,随笔
来源: https://www.cnblogs.com/moonLightcy/p/15854469.html