java – 找不到模块’react-transform-hmr / lib / index.js’

前端之家收集整理的这篇文章主要介绍了java – 找不到模块’react-transform-hmr / lib / index.js’前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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

$react-native init demoApp

并得到这个错误

Error: Cannot find module 'react-transform-hmr/lib/index.js'
at Function.Module._resolveFilename (module.js:325:15)
at Function.require.resolve (internal/module.js:16:19)
at makeMakeHMRConfig7 (/home/local/MPLLC/malwinder.singh/demoApp/node_modules/react-native/node_modules/metro/src/babel-bridge.js:120:31)
at Object.

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

最佳答案
npm install react-transform-hmr

解决了我的问题

猜你在找的Android相关文章