Hi AreoGear team, hi Ali,
thank you for your hint!
After configuring the proxy for npm and gradle it was working:
npm:
npm config set proxy http://<Host>:<Port>
npm config set https-proxy http://<Host>:<Port>
.gradle.properties:
systemProp.http.proxyHost=<Host>
systemProp.http.proxyPort=<Port>
systemProp.https.proxyHost=<Host>
systemProp.https.proxyPort=<Port>
Best regards
Martin Gross
--
View this message in context:
http://aerogear-users.1116366.n5.nabble.com/aerogear-cordova-push-tp925p9...
Sent from the aerogear-users mailing list archive at
Nabble.com.