找不到模块'react-transform-hmr / lib / index.js'

时间:2018-05-02 19:56:36

标签: java android react-native kotlin react-native-android

安装React native后,我运行以下命令:

  

$ react-native init demoApp

得到了这个错误:

var cp = new ContentPnae({
           content:"Hello again, I'm CP within titlepane",
            style:"background:yellow"
});
    var titlePane = new dijit.TitlePane({
            title:"This too",    
            open: false           
        });
titlePane .set('content',cp.domNode);

我错过了什么?如何解决这个问题?

2 个答案:

答案 0 :(得分:2)

function ($id)

这解决了我的问题

答案 1 :(得分:1)

以下命令为我解决了该问题

react-native start --reset-cache