The development server returned response error code: 500Body:{“message”:“无法解析来自/Users/mohitverma/Desktop/Projects/Android的模块事件模块映射或以下目录中不存在Apps/easyread/node_modules/node-metainspector/index.js:模块:
我在react原生项目中使用xml2json,在运行应用程序时,我收到错误消息Thismight be related to https://github.com/facebook/react-native/issues/4968
To resolve try the following在其他第三方模块中也出现过,它们都是nodejs核心模块,
我从npm迁移到yarn,由于某种原因,尽管我导入了react-native库,但它无法识别它,我得到了错误:Module not found: Can't resolve 'react-native' in '/var/react-projects/gymgains/src' "react-dom&
我使用的是一个npm包,它需要如下的events模块这在React Native中失败,因为找不到事件模块。我知道我可以在react-native中做var EE = require('EventEmitter');,但是npm包处理这个问题的正确方式是什么(例如,兼容node和react-native)?