idirene youcef
idirene youcef

Reputation: 1985

Ionic 4.0.2 can't start blank project

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 Error ionic generated

npm commande are executed successfully proxy configured help me to resolve this issue

Upvotes: 0

Views: 280

Answers (1)

Prashant
Prashant

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

Related Questions