irpas技术客

React Native 填坑记录01_JOJOYYDSA

网络投稿 1956

npm start 启动不了Metro服务

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! Demo1@0.0.1 start: `npm react-native start` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the Demo1@0.0.1 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! ? ? C:\Users\lxianj\AppData\Roaming\npm-cache\_logs\2022-04-21T14_06_54_012Z-debug.log

方案:改用npx react-native start

android无法生成bundle文件

D:\android-projects\ReactNative\Demo1> react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res react-native : 无法将“react-native”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径

方案:?npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res


1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,会注明原创字样,如未注明都非原创,如有侵权请联系删除!;3.作者投稿可能会经我们编辑修改或补充;4.本站不提供任何储存功能只提供收集或者投稿人的网盘链接。

标签: #React #Native #填坑记录01 #npm #START #启动不了Metro服务npm #ERR #code