执行命令:appcenter codepush release-react -a whenGo/test133-Android
报错:Error: Deployment “Staging” does not exist.
解决办法:
第一次要执行执行命令:appcenter codepush release-react -a whenGo/test133-Android -d staging
--------------------------
然后执行命令:appcenter codepush deployment list -a whenGo/test133-Android,就会看到如下信息了:

登录到AppCenter上,也看到了如下内容:

解决AppCenterCodePushDeployment不存在错误
在尝试使用`appcentercodepushrelease-react`命令发布React应用到Android的Staging部署时遇到错误。解决方案是首先执行带有`-dstaging`参数的命令,然后使用`appcentercodepushdeploymentlist`检查可用部署。在AppCenter平台上也确认了部署的存在。
2028

被折叠的 条评论
为什么被折叠?



