npm start react 文件时This is probably not a problem with npm. There is likely additional logging outpu

npm start react 文件时报错

不是npm的原因应该是react-scripts

解决 1删除package-lock.json 文件

2 删除node_modules

3 在package.json --找到react-scripts 将版本号修改为2.1.8

npm start react 文件时This is probably not a problem with npm. There is likely additional logging outpu

4 npm install 就行了

相关文章:

  • 2021-12-05
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2021-05-14
猜你喜欢
  • 2022-12-23
  • 2020-07-24
  • 2021-12-24
  • 2022-12-23
  • 2021-09-17
  • 2021-11-08
相关资源
相似解决方案