使用 yarn 2 (yarnpkg/berry)
- 在终端中
% yarn set version berry
% yarn dlx create-react-app apple
% cd apple
% yarn start
- 在浏览器中
Failed to compile
Failed to load config "react-app" to extend from.
Referenced from: D:\Projects\apple\package.json
This error occurred during the build time and cannot be dismissed.
我该如何解决这个问题?
ps. yarn dlx create-next-app 运行正常。只有 CRA 有问题
5条答案
按热度按时间ktca8awb1#
在这里也遇到了同样的问题。对我来说,解决方法是将eslint-config-react-app作为开发依赖项添加。
ilmyapht2#
哦!它起作用了!谢谢。
o8x7eapl3#
我将保持这个开放状态,因为你不需要添加额外的依赖项来启动应用程序。即使存在解决方法,这仍然是一个问题。
o4hqfura4#
在Windows 11上也遇到了同样的问题。
@RegistryDev 请重新打开此问题,因为它尚未解决。
5cg8jx4n5#
在Windows 11上也遇到了同样的问题。@RegistryDev,请重新打开这个问题,因为它还没有解决。
好的,我再次打开了这个问题