我尝试使用以下命令在新计算机上为移动设备构建流星1.1.0.3应用程序:
meteor run android
安装Cordova插件指示符达到54%,然后产生错误:
Warning: Failed to create the file
Warning: project/.meteor/local/cordova-build/local-
Warning: plugins/com.meteor.cordova-update.tgz: No such file or directory
curl: (23) Failed writing body (0 != 784)
如何修复meteor 1.1.0.3?
答案 0 :(得分:0)
通过删除项目中的.meteor / local然后运行:
来解决meteor install-sdk android
meteor install-sdk ios