这是我第一次尝试通过以下方式启动react-native : react-native run-android on windows10我的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-*`.
这些是捆绑包要求尝试的步骤,但我没有安装watchman或任何其他它想要的东西,我安装了node、android和java
有人能帮我解决这个问题吗?this is the error on node cmd This is the error result
https://stackoverflow.com/questions/52237752
复制