Error installing Ionic + Cordova

1

error messages when I try to install Ionic (npm install -g ionic cordova) can anybody help me? I'm using node 6.9. Thanks

    
asked by anonymous 25.01.2017 / 23:12

2 answers

0

One possible solution would be to perform the following steps:

1 - Instalar a ultima versao do NodeJS disponivel no site;
2 - Abrir o prompt de comando do NodeJS como administrador;
3 - Execute: npm cache clean;
4 - Execute: npm uninstall -g ionic
5 - Execute: npm uninstall -g cordova
6 - Execute: npm install -g ionic
7 - Execute: npm install -g cordova
    
24.03.2017 / 14:48
-2

Open your Internet Explorer, and then click Tools > Internet Options. Click the Connections tab and select LAN Settings. Enable the Use a proxy server for the LAN box. In the Address field, enter the address of the Proxy server

    
22.10.2017 / 18:04