java– 找不到模块’react-transform-hmrlibindex.js’

java– 找不到模块’react-transform-hmrlibindex.js’,第1张

概述安装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

安装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.ules/react-native/node_modules/metro/src/babel-brIDge.Js:49:24)at Module._compile (module.Js:409:26)at Module._extensions..Js (module.Js:416:10)at Object.require.extensions.(anonymous function) [as .Js] (/home/local/MPLLC/malwinder.singh/demoApp/node_modules/react-native/node_modules/babel-register/lib/node.Js:152:7)at Module.load (module.Js:343:32)at Function.Module._load (module.Js:300:12)at Module.require (module.Js:353:17)at require (internal/module.Js:12:17)

我错过了什么?如何解决这个问题?最佳答案

npm install react-transform-hmr

这解决了我的问题 总结

以上是内存溢出为你收集整理的java – 找不到模块’react-transform-hmr / lib / index.js’全部内容,希望文章能够帮你解决java – 找不到模块’react-transform-hmr / lib / index.js’所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1139587.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-31
下一篇 2022-05-31

发表评论

登录后才能评论

评论列表(0条)

保存