React启动报错These dependencies were not found:

These dependencies were not found: * @tmp/history in ./src/pages/.umi/dva.js

拉下代码,npm install ,然后npm start ,报错:
React启动报错These dependencies were not found:
这个应该是Umi 出现问题,把package.json 里面的umi 版本删除,
重新npm install ,
然后 cnpm install umi --save,
cnpm start ,报错。
React启动报错These dependencies were not found:
报错后,删除掉node_modules,重新cnpm install,再cnpm start即可运行成功。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
  • 2021-12-15
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-11
  • 2021-12-30
  • 2022-12-23
  • 2021-12-05
  • 2021-11-21
  • 2021-07-11
  • 2021-05-17
相关资源
相似解决方案