这是我第一次尝试通过以下方式启动react-native:Windows 10上的react-native run-android 我的Java版本是8。 节点cmd失败,并且无法完全执行捆绑步骤
1. Clear watchman watches: `watchman watch-del-all`.
2. Delete the `node_modules` folder: `rm -rf node_modules && npm install`.
3. Reset Metro Bundler cache: `rm -rf /tmp/metro-bundler-cache-*` or `npm start -- --reset-cache`. 4. Remove haste cache: `rm -rf /tmp/haste-map-react-native-packager-*`.
这些是捆绑软件要求尝试的步骤,但我尚未安装值班人员或它正在寻找的任何其他东西 我安装了android和java节点
有人可以帮我解决这个问题吗? this is the error on node cmd This is the error result