简体   繁体   English

Netlify/Craco 无法加载要扩展的配置“react-app”。 引用自:/opt/build/repo/package.json

[英]Netlify/Craco Failed to load config "react-app" to extend from. Referenced from: /opt/build/repo/package.json

https://hastebin.com/ijaxewevaw.yaml https://hastebin.com/ijaxewevaw.yaml
Here are the logs这是日志

Build command: craco build构建命令: craco build
NODE_VERSION: 14.17.6节点版本:14.17.6

My package.json: https://hastebin.com/evorodesay.json我的 package.json: https : //hastebin.com/evorodesay.json

我认为您需要在开发依赖项中添加eslint-config-react-app ,您可以使用yarn add -D eslint-config-react-app或 npm npm install --save-dev eslint-config-react-app类的yarn add -D eslint-config-react-appnpm install --save-dev eslint-config-react-app

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法加载要扩展的配置“react-app”。 引用自:C:\\package.json - Failed to load config "react-app" to extend from. Referenced from: C:\\package.json eslint 无法加载要扩展的配置“react-app”。 在项目中进行更改时 - eslint Failed to load config "react-app" to extend from. when making changes in project heroku 无法加载要扩展的配置“airbnb”。 引用自:/app/.eslintrc.json - heroku Failed to load config "airbnb" to extend from. Referenced from: /app/.eslintrc.json 创建 React 应用程序 - (ESLint) 无法加载要扩展的配置“shared-config”。 引用自:<PATH> 在 Visual Studio 中 - Create React App - (ESLint) Failed to load config "shared-config" to extend from. Referenced from: <PATH> in Visual Studio eslint 无法加载配置“react-app”以扩展 - eslint failed to load config "react-app" to extend from 无法加载要扩展的配置“@ljharb”。 (ESLint 8,网页包 5) - Failed to load config "@ljharb" to extend from. (ESLint 8, Webpack 5) 如何解决无法加载配置“更漂亮”以进行扩展。 在反应 Js - How to Resolve Failed to load config “prettier” to extend from. in react Js Netlify 'build.command failed: base: /opt/build/repo/client' 用于部署 React 应用程序 - Netlify 'build.command failed: base: /opt/build/repo/client' for deploying React app 语法错误:错误:无法加载要扩展的配置“ckeditor5”。 将 CKEditor 导入 Vuejs 时 - Syntax Error: Error: Failed to load config “ckeditor5” to extend from. While importing CKEditor to Vuejs 无法加载在“package.json » eslint-config-react-app”中声明的插件“import”:找不到模块“typescript/package.json” - Failed to load plugin 'import' declared in 'package.json » eslint-config-react-app': Cannot find module 'typescript/package.json'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM