Hi,
We are getting below error while installing ionic framework on windows 7 64 bit machine. Any help highly appriciated, its really urgent. Our team is struggling with it since 2 days.
Hi,
We are getting below error while installing ionic framework on windows 7 64 bit machine. Any help highly appriciated, its really urgent. Our team is struggling with it since 2 days.
E:\Ionic>ionic start myapp tabs
Creating Ionic app in folder E:\Ionic\myapp based on tabs project
Downloading: https://github.com/driftyco/ionic-app-base/archive/master.zip
[=============================] 100% 0.0s
Downloading: https://github.com/driftyco/ionic-starter-tabs/archive/master.zip
[=============================] 100% 0.0s
Update config.xml
Initializing cordova project.
Fetching plugin “org.apache.cordova.device” via plugin registry
Error: read ECONNRESET
at errnoException (net.js:904:11)
at TCP.onread (net.js:558:19)
Unable to add plugins. Perhaps your version of Cordova is too old. Try updating
(npm install -g cordova), removing this project folder, and trying again.
E:\Ionic>
try:
npm update -g cordova
delete the project folder, and try again
Thanks for reply. it dont work. One more observatoin is that we are behind firewall and corporate proxy it appears when we add plugin using git it works just fine. But ionic i dont think is using git to addd the plugin.