当试图从Windows 10机器上运行“react-native”时,它会返回一个语法错误:
C:\Users\josetapadas\githubissue\node_modules\react-native\packager\react-packager\src\node-haste\index.js:40 constructor({ ^ SyntaxError: Unexpected token { at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25) at Module._extensions..js (module.js:416:10) at Object.require.extensions.(anonymous function) [as .js] (C:\Users\José Alves\src\AwesomeProject\node_modules\react-native\node_modules\babel-register\lib\node.js:154:7) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object.<anonymous> (C:\Users\José Alves\src\AwesomeProject\node_modules\react-native\local-cli\server\util/attachHMRServer.js:11:34) at Module._compile (module.js:409:26)
我基本上已经下载了react-native-cli并试图引导一个新的项目。
npm install -g react-native-cli react-native
这些是我现在在Windows 10机器上安装的以下版本:
这个错误是否影响到任何人,任何人都知道如何解决这个问题?
谢谢!
这应该固定与反应原生0.41及以上。