失敗,我的下一個版本的反應本地/反應母語-CLI:反應本地鏈路上的境界
react-native-cli: 2.0.1
react-native: 0.47.2
與
npm install --save realm
安裝境界後,我得到一個錯誤
下一個部分解決了,留在情況下,將有助於解決整個親blem <解決部分開始
如果我運行
react-native link
或
react-native link realm
我得到一個錯誤:
pathToProjectHere/node_modules/metro-bundler/src/lib/Terminal.js:141
this._nextStatusStr = util.format(format, ...args);
^^^
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] (pathToProjectHerenode_modules/babel-register/lib/node.js:152: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> (pathToProjectHere/node_modules/react-native/local-cli/server/runServer.js:18:18)
at Module._compile (module.js:409:26)
解決部分末端>
我我仍然得到婷約境界構造一個錯誤,甚至是成功的鏈接命令 什麼是錯的,有沒有什麼解決辦法後?
我無法啓動與境界的新項目以及 - 同樣的錯誤。
添加完整的錯誤可能有助於更好地理解問題。 – bennygenel
@bennygenel,done –
'react-native install realm'在安裝和鏈接方面做得很好。也許你應該嘗試一下? – ArchNoob