Reputation: 23
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
Thanks in advance.
Upvotes: 0
Views: 30
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
Reputation: 659
Try:npm cache clean --force
And then re-run the command npm install -g @angular/cli
Hopefully helps.
Upvotes: 0