-1
error messages when trying to install Ionic (npm install -g Cordova Ionic) Could someone help me? I am using Node 6.9. Thank you
-1
error messages when trying to install Ionic (npm install -g Cordova Ionic) Could someone help me? I am using Node 6.9. Thank you
0
A 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
Browser other questions tagged node.js ionic npm cordova-plugin
You are not signed in. Login or sign up in order to post.
If using Linux or Mac, put sudo before npm install.
– JdsMedeirosBR
Whoa, it’s not... :/
– Jonas Ferreira
I am having same problem, I tried yesterday and I could not. Tonight I will try to uninstall Ionic and install again
– André Vicente
Try running cmd as administrator.
– JdsMedeirosBR
@Jadsonmedeiros I ran with Adm tbm...uninstalled the Node, reinstalled , but the same problem happens...I will try on the notebook to see if give the same problem...
– Jonas Ferreira
@Andrévicente I did this tbm
– Jonas Ferreira
Try these steps here https://github.com/npm/npm/issues/14003#issuecomment-249408972 . I made one look like this, couldn’t find where I followed it, but it was like this
– André Vicente
Open your Internet Explorer and click Tools > Internet Options. Click the Connections tab and select LAN Settings. Turn on the Use proxy server for LAN box. In the Address field, enter the Proxy server address
– Vicente Garcia de Magalhes Jun
To install Ionic and Cordova, the latest version of Node is recommended. Uninstall and reinstall it to receive the current version. ;)
– Alanne