0

Having trouble when trying to install any npm package, getting the error mentioned below.

enter image description here

Agnibha
  • 613
  • 1
  • 11
  • 20

1 Answers1

0

The issue is fixed when thanks to this answer.

I Just added two steps ,

  1. Setting strict ssl false

npm config set strict-ssl false

  1. And making registry pointing to npmjs registry.

npm config set registry "http://registry.npmjs.org/"

Community
  • 1
  • 1
Agnibha
  • 613
  • 1
  • 11
  • 20