webstorm新建react项目,默认react版本为19,但是有许多依赖冲突。
解决方法:
1.npm uninstall react react-dom ----卸载19版本
2.npm install react@18 react-dom@18 ---安装18版本
ts项目第三步
3.npm install --no-audit --save @testing-library/jest-dom@^5.14.1 @testing-library/react@^13.0.0 @testing-library/user-event@^13.2.1 web-vitals@^2.1.0