How to solve error installation problem in ionic
Error install in ionic cordova process
248 views Asked by sai chunduri At
2
There are 2 answers
0
On
you need to configure Ionic to use proxy to start a project. Define below environment varible on Windows:
Varible name: PROXY (capitalized) Varible value: http://host:port
Installing ionic when your running behind a proxy
Uninstall Node.js if your facing a lot of errors.(optional)
Step 1: start->cmd->(right click ) run as administrator
Step 2: type the following command cd\ to work as a root user
Step 3: Setting up windows proxy as below(use your organisation proxies)
Step 4: Setting up npm proxy as below(use your organisation proxies)
Step 5: Dont navigate to the user folder(From the root folder) execute the following command
which will install both ionic and cordova.
Possible Errors:
npm config list
command.