在线时间:8:00-16:00
132-9538-2358
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
一、删除全部的 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 启动
评论
请发表评论