Windows 10上的react-native cli工具语法错误

时间:2016-09-22 07:33:09

标签: windows react-native

当尝试从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计算机上安装了以下版本:

  • react-native-cli:1.0.0
  • react-native:0.33.0
  • node:v4.4.6

这个错误会影响到任何人吗?任何人都有解决方法的线索吗?

谢谢!

1 个答案:

答案 0 :(得分:0)

这应该用react-native 0.41及以上版本修复。