Reputation: 1985
im using ionic 4.0.2 behind proxy il try to execute thi commande
ionic start ProjectName blank
for creating a new blank project and it's generate an error
npm commande are executed successfully proxy configured help me to resolve this issue
Upvotes: 0
Views: 280
Reputation: 1385
I had resolved this issue in Windows something like this:
Goto system setting -> environment variables -> system variables -> click “new” button
Give name "HTTP_PROXY" as variable name and your company proxy in
value.
Again create new variable by clicking "new" button in system
variables section.
Now give variable name "HTTPS_PROXY" as variable name and your
company proxy in value.
All the best.
Upvotes: 1