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

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -