当我在android上运行它时,我已经安装了react-native并将其设置在我的电脑中,它总是错误。 有人可以帮助我吗?我在youtube和其他论坛上寻找了1晚,但结果是虚无。 这是错误的屏幕截图 https://i.stack.imgur.com/vHqjZ.jpg
答案 0 :(得分:0)
尝试
npm i
rm ./node_modules/react-native/local-cli/core/**fixtures**/files/package.json
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 run-android
确保服务器已打开。如果仍然遇到相同的问题,请转到开发人员设置(通过摇动设备),然后将调试IP地址和端口设置为
192.xxx.xxx.xxx:_port_numer
并重新加载
答案 1 :(得分:0)
尝试消除可能一直处于活动状态的基本节点进程:
ps aux | grep node
sudo kill {PID of process}
通常我会杀死“入门者”