Meteor Mobile Error

i tried this tuto https://www.meteor.com/tutorials/blaze/running-on-mobile but i get this error

meteor run android

Error while running for mobile platforms: Error running
/Users/neutron92/.meteor/packages/meteor-tool/.1.1.3.1oyoaqm++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/tools/cordova-scripts/cordova.sh
Error: connect ETIMEDOUT
at errnoException (net.js:905:11)
at Object.afterConnect [as oncomplete] (net.js:896:19)

Fetching plugin “org.apache.cordova.console@0.2.13” via plugin registry

Seems to be a problem connecting to the plugin registry. Having a bad internet connection could be causing this.

i tested with many internet source but the same error

Which version of Meteor are you running? The legacy Cordova plugin registry has been closed down, so only plugins installed from npm are supported. This is the default on more recent Cordova versions, such as the one included in Meteor 1.3.

i updated it to Meteor 1.3.2.4 it works now thanks a lot