安装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
这解决了我的问题