com.meteor.cordova-update.tgz: No such file or directory -
i'm trying build meteor 1.1.0.3 app mobiles on new computer command:
meteor run android
the installing cordova plugins indicator goes 54% , produces error:
warning: failed create 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)
how fix meteor 1.1.0.3?
it solved deleting .meteor/local in project , running:
meteor install-sdk android
meteor install-sdk ios
Comments
Post a Comment