"npm start"ing REACT APP 导致编译错误
"npm start"ing REACT APP results in compilation error
我正在使用 Windows7 32 位机器。
安装 node12 v12.22.1,npm 6.14.12
- 创建了“npx create-react-app 反应”
- cd 到 文件夹
- npm 启动
打开 Web 浏览器并显示此消息。
Failed to load plugin 'import' declared in 'package.json » eslint-config-react-app': Cannot find module 'is-symbol'
Requir
e stack:
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\es-to-primitive\es2015.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\es-abstract20\ToPrimitive.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\es-abstract20\ToNumber.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\es-abstract20\ToInteger.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\array-includes\implementation.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\array-includes\index.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-plugin-import\lib\ExportMap.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-plugin-import\lib\rules\named.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-plugin-import\lib\index.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\@eslint\eslintrc\lib\config-array-factory.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\@eslint\eslintrc\lib\index.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint\lib\cli-engine\cli-engine.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint\lib\cli-engine\index.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint\lib\api.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-webpack-plugin\dist\getESLint.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-webpack-plugin\dist\linter.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-webpack-plugin\dist\index.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-webpack-plugin\dist\cjs.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\react-scripts\config\webpack.config.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\react-scripts\scripts\start.js
请帮我解决问题和 运行 应用程序。
再次尝试删除 node_modules 和 运行 npm install。
更多信息:
我正在使用 Windows7 32 位机器。 安装 node12 v12.22.1,npm 6.14.12
- 创建了“npx create-react-app 反应”
- cd 到 文件夹
- npm 启动
打开 Web 浏览器并显示此消息。
Failed to load plugin 'import' declared in 'package.json » eslint-config-react-app': Cannot find module 'is-symbol'
Requir
e stack:
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\es-to-primitive\es2015.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\es-abstract20\ToPrimitive.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\es-abstract20\ToNumber.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\es-abstract20\ToInteger.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\array-includes\implementation.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\array-includes\index.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-plugin-import\lib\ExportMap.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-plugin-import\lib\rules\named.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-plugin-import\lib\index.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\@eslint\eslintrc\lib\config-array-factory.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\@eslint\eslintrc\lib\index.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint\lib\cli-engine\cli-engine.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint\lib\cli-engine\index.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint\lib\api.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-webpack-plugin\dist\getESLint.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-webpack-plugin\dist\linter.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-webpack-plugin\dist\index.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\eslint-webpack-plugin\dist\cjs.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\react-scripts\config\webpack.config.js
- C:\Users\Sujith\weblearn\js\webBootCamp\react\reacting\node_modules\react-scripts\scripts\start.js
请帮我解决问题和 运行 应用程序。
再次尝试删除 node_modules 和 运行 npm install。
更多信息: