I want to run
cordova create hello com.example.hello HelloWorld
but all I get is the base folder structure and the error: connect ETimedOut.
I have set the proxy for node.js and PhoneGap projects get setup fine. Cordova cli is setup fine so far (can find it in c:\Users\username\AppData\Roaming\npm)
Anything I am missing? (PATH is set to ...npm)
I managed to fix it:
set the urls platform.js
installed ANT and set some environement vars:
set some additonal Adnroid environment vars:
Hope this helps others