3
當試圖運行「反應母語」從Windows 10的機器,它返回一個語法錯誤:反應本地CLI工具語法錯誤在Windows 10
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)
我已經基本上反應下載的母語-CLI並試圖啓動一個新項目。
npm install -g react-native-cli
react-native
這是我已經安裝了,現在我的Windows 10機器上的以下版本:
- 反應母語-CLI:1.0.0
- 反應母語:0.33.0
- node:v4.4.6
此錯誤是否影響到任何人,並且任何人都知道如何解決它?
謝謝!