如何进一步调试cli react-native bundle命令?命令挂起没有错误

时间:2019-07-19 15:04:56

标签: react-native visual-studio-app-center

我一直在使用appcenter.ms代码deploy和命令:

appcenter codepush release-react -a <account>/<App> -d Production

此命令将永久挂起,并且永远不会完成,这是输出:

Loading dependency graph, done. Loading dependency graph...info Writing bundle output to:, ./CodePush/main.jsbundle info Done writing bundle output info Copying 34 asset files info Done copying assets

通读其文档:https://docs.microsoft.com/en-us/appcenter/distribution/codepush/cli。我尝试在部署之前亲自创建捆绑包,结果发现此命令挂起了:

react-native bundle --platform ios --entry-file index.js --bundle-output ./CodePush/main.jsbundle --assets-dest ./CodePush

与上述输出相同。

我有一个预感,这与我添加的npm模块有关,因为它最近在某个时候起作用了,但是我不确定如何获取更多信息来进一步解决该问题。任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

我错误地将react-native-clean-project安装为npm模块,一旦删除了一切,一切就如预期的那样。由于缺少日志输出,因此不确定到底是什么问题。