gpt4 book ai didi

ecmascript-6 - react-native init 给出错误 : Couldn't find preset "es2015"

转载 作者:行者123 更新时间:2023-12-03 07:47:20 25 4
gpt4 key购买 nike

当我尝试从头开始一个新的 react native 项目时,我收到此消息。

/Users/jorgevenegas/Dev/Projects/testreact/List/node_modules/react-native/node_modules/babel-core/lib/transformation/file/options/option-manager.js:327
throw new Error("Couldn't find preset " + JSON.stringify(val) + " relative to directory " + JSON.stringify(dirname));
^

Error: Couldn't find preset "es2015" relative to directory "/Users/jorgevenegas/Dev/Projects"

当然,我已经安装了react-native-cli。使用node v4.2.1,react-native 0.1.5,也安装了watchman和flow。

好像是和babel有关的东西。但我无法弄清楚原因。

我附上了一张带有更详细输出的屏幕截图。

Error Output

提前致谢!

最佳答案

这件事困扰了我整整一天。问题是我的文件层次结构中有一个 .babelrc 文件,它干扰了 babel 解析。摆脱了它,就很好了。 React-native 默认使用 es2015,因此不需要 .babelrc。

关于ecmascript-6 - react-native init 给出错误 : Couldn't find preset "es2015",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35787696/

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