1.删除node_modules(删除原因:预防yarn更新文件但没有更新到page.json)

2.删除package-lock.json (删除原因:你可能使用了npm和yarn导致程序依赖版本错误)

3.删除yarn.json文件 (删除原因:使用最新npm5的时候增加了此文件,转项目的时候可能出错)

4.npm installl

相关文章:

  • 2021-10-21
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
猜你喜欢
  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
  • 2021-11-22
  • 2021-09-04
  • 2021-10-04
  • 2022-12-23
相关资源
相似解决方案