意外的令牌导入native-base-shoutem-theme / index.js:1可能是native-base / react-native

时间:2017-06-22 20:17:03

标签: node.js reactjs react-native jestjs native-base

)我有一个很大的问题,我花了一整天的时间来解决这个问题并在几个软件包的依赖关系之间找到共识。我在运行测试时遇到问题:

Users/P/Projects/react-native/node_modules/native-base-shoutem-theme/index.js:1
    ({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,global,jest){import connectStyle from './src/connectStyle';
                                                                                             ^^^^^^
    SyntaxError: Unexpected token import

      at ScriptTransformer._transformAndBuildScript (node_modules/jest-runtime/build/ScriptTransformer.js:289:17)
      at Object.<anonymous> (node_modules/native-base/dist/src/index.js:1:1133)
      at Object.<anonymous> (app/index.js:18:96)

现在我搜索好的版本反应,反应本机,反应dom,本机库和反应测​​试渲染器。我尝试了新的和旧的一个,但有时我有这个错误,有时其他..我决定解决这个,因为它的问题与这些最新版本。 我的NPM:

  

“babel-cli”:“6.24.1”,   “本土反应”:“0.44.0”,   “native-base”:“2.1.2”,   “反应”:“16.0.0-alpha.3”,   “react-test-renderer”:“16.0.0-alpha.3”

节点版本7.7.2 npm版本4.1.2

如果您有其他WORKING可选版本,请通过我这些或帮助修复此错误;) 我认为我可以修复它与react-native init相比,并且测试对我有用但不在我的项目上......我不知道出了什么问题:/

我知道这有点棘手,但请帮助我;)

编辑: 在版本react-native 0.45.0我有这个错误

 ● Test suite failed to run

    TypeError: Cannot read property 'ReactCurrentOwner' of undefined

      at Object.<anonymous> (node_modules/react-native/Libraries/Renderer/src/renderers/shared/ReactGlobalSharedState.js:18:33)
      at Object.<anonymous> (node_modules/react-native/Libraries/Renderer/src/renderers/shared/ReactDebugTool.js:18:1)
      at Object.<anonymous> (node_modules/react-native/Libraries/Renderer/src/renderers/shared/ReactInstrumentation.js:19:20)

我的旧版本,但我想升级软件包:

“babel-cli”:“6.23.0” “反应”:“15.4.1”, “本土反应”:“0.42.3”, “native-base”:“2.0.12”, “react-addons-test-utils”:“15.4.1”,

0 个答案:

没有答案