0

When I am trying to install the angular client. I am getting the following error. I tried in implementing the suggestions of such similar issues from github, sof nothing seems to be worked out. Here is the issue.

enter image description here

7
  • run cmd as administrator. Commented Sep 29, 2017 at 11:21
  • Is it definately required? Because I dont have access for that. Commented Sep 29, 2017 at 11:24
  • I posted an answer below. Let me know if that works for you! :) Commented Sep 29, 2017 at 12:34
  • I tried. But it did not work and it is producing the same error. Commented Oct 4, 2017 at 5:38
  • Are you behind corporate proxy ? Commented Oct 4, 2017 at 5:42

1 Answer 1

1

Try this:

npm config set proxy http://username:password@host:port
npm config set https-proxy http://username:password@host:port
npm config set strict-ssl false

And then it should work fine

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.