MenDel
MenDel

Reputation: 23

problem in middle of command-line interface installation

i am new to all of this angular concept and framework. I want to get into it now but as a beginner I am having problem need some help from you guys.

This is what i get in middle of installation

Error I'm getting

Error I'm getting]

Thanks in advance.

Upvotes: 0

Views: 30

Answers (2)

MenDel
MenDel

Reputation: 23

I solved the problem by entering this line:

npm set strict-ssl false

and then continuing... npm install -g @angular/cli etc.

Upvotes: 1

Suryan
Suryan

Reputation: 659

Try:npm cache clean --force And then re-run the command npm install -g @angular/cli

Hopefully helps.

Upvotes: 0

Related Questions