gpt4 book ai didi

react-native - 创建新的 native 项目时,“意外的 token 导入”错误

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

我正在使用创建一个新的react-native项目:

react-native init {proj_name}


但是我收到以下错误。

D:\Reactnative\Project\{proj_name}\node_modules\react-native\local-cli\cliEntry.js:30
import type {CommandT} from './commands';
^^^^^^

SyntaxError: Unexpected token import
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:607:28)
at Module._compile (D:\Reactnative\Project\Learnwizz\node_modules\pirates\lib\index.js:91:24)
at Module._extensions..js (module.js:654:10)
at Object.newLoader [as .js] (D:\Reactnative\Project\Learnwizz\node_modules\pirates\lib\index.js:96:7)
at Module.load (module.js:556:32)
at tryModuleLoad (module.js:499:12)
at Function.Module._load (module.js:491:3)
at Module.require (module.js:587:17)

最佳答案

在Windows上运行时,这是当前带有react-native 0.56的已知错误(请参见herehere)。

在修复此问题之前,您可以通过在运行react-native init时显式指定旧版本的react-native来解决此问题。例如。

react-native init {proj_name} --version react-native@0.55.4

关于react-native - 创建新的 native 项目时,“意外的 token 导入”错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51178688/

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