gpt4 book ai didi

reactjs - 找不到模块 : Can't resolve 'react' in 'C:\Users\USER\Desktop\test\src'

转载 作者:行者123 更新时间:2023-12-03 22:41:02 30 4
gpt4 key购买 nike

我使用 create-react-app test 创建了一个名为 test 的文件夹,并且在成功创建文件夹后,在执行 npm start 时出现此错误

Failed to compile.

./src/index.js
Module not found: Can't resolve 'react' in 'C:\Users\USER\Desktop\test\src'

包.json
{
"name": "test",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}

我曾尝试删除 yarn.lock 文件,然后再安装 yarn,但错误未修复。

最佳答案

  • 删除 package-lock.json文件。
  • 运行npm install命令。
  • 尝试执行npm start再次。

  • PS:您也可以使用 pnpm而不是 npm通过 npm i -g pnpm安装它的包命令。 pnpm 包与 npm 命令相比有一些好处,您可以阅读 this site 中的完整差异.

    关于reactjs - 找不到模块 : Can't resolve 'react' in 'C:\Users\USER\Desktop\test\src' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53579620/

    30 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com