一、删除全部的 node_modules

  注意: 确保之前没有在目录下执行过 tsc --init。 如果执行过,删掉 tsconfig.json ,  src/ react-app-env.d.ts   这两个文件都删掉。没有更好。

二、安装模块

  

npm install --save typescript @types/node @types/react @types/react-dom @types/jest

  

三、npm install , 安装其他被删掉的模块

 

四、npm start 启动

相关文章:

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