依赖冲突`npm install --no-audit --save @testing-library/jest-dom@^5.14.1...` failed

使用react脚手架Create React App创建react应用

使用npm init react-app my-app,过程中报错

安装依赖时,React版本与模版预设版本不一致,根据提示修改依赖版本,改为19.0.0

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 @types/jest@^27.0.1 @types/node@^16.7.13 @types/react@^19.0.0 @types/react-dom@^19.0.0 typescript@^4.4.2 web-vitals@^2.1.0 --legacy-peer-deps

或者将模版项目中 package.json 中React版本改为18.0.0

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 @types/jest@^27.0.1 @types/node@^16.7.13 @types/react@^18.0.0 @types/react-dom@^18.0.0 typescript@^4.4.2 web-vitals@^2.1.0
相关推荐
奇偶变不变10 分钟前
30分钟学会HTML
前端·html
cwtlw17 分钟前
Element-plus表单总结
前端·javascript·笔记·学习·其他
奇偶变不变18 分钟前
30分钟学会LaTex
开发语言·前端·javascript
桂月二二34 分钟前
解锁2025编程新高度:深入探索编程技术的最新趋势
前端·人工智能·flutter·neo4j·wasm
学如逆水,不进则退1 小时前
uniapp实现后端数据i18n国际化
前端·javascript·uni-app
caridle1 小时前
使用SSH建立内网穿透,能够访问内网的web服务器
服务器·前端·ssh
罗_三金1 小时前
react优势劣势及案列
前端·javascript·前端框架·react·jsx
谷哥的小弟2 小时前
解决npm报错:sill idealTree buildDeps
前端·npm·node.js
fly_vip2 小时前
npm install --global windows-build-tools --save 失败
前端·npm·node.js
用户59594399272192 小时前
MOSFET 在智能音响中的应用
前端