gpt4 book ai didi

react-native - 语法错误 : You can only use Class Properties when the 'classProperties' plugin is enabled

转载 作者:行者123 更新时间:2023-12-04 20:32:43 25 4
gpt4 key购买 nike

使用 react-native init MyApp 初始化应用程序时出现以下语法错误

    SyntaxError: /Users/MyAccount/RNProjects/app/node_modules/react-native/packager/react-packager/src/node-haste/index.js: You can only use Class Properties when the 'classProperties' plugin is enabled. (389:2)
387 | }
388 |
> 389 | static Cache;
| ^
390 | static Module;
391 | static Polyfill;
392 | static getAssetDataFromName;
at Parser.pp$5.raise (/Users/MyAccount/RNProjects/app/node_modules/babylon/lib/index.js:4380:13)

我不知道为什么会突然发生这种情况。以前一切正常。我想我在修修补补时错误地删除了一些配置文件。

最佳答案

更新

他们已经更新了软件包,因此请删除您的节点模块并重新安装它们。 rm -rf node_modulesnpm install More info

我正在从 getting started 安装 AwesomeProject .

$ rm -rf AwesomeProject/
$ react-native init AwesomeProject

它奏效了!

原创

已提交问题: https://github.com/facebook/react-native/issues/12542
npm uninstall babylon && npm install babylon@6.15.0或更新 package.json 文件以包含 "babylon": "6.15.0"

关于react-native - 语法错误 : You can only use Class Properties when the 'classProperties' plugin is enabled,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42417171/

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