Having trouble when trying to install any npm package, getting the error mentioned below.
            Asked
            
        
        
            Active
            
        
            Viewed 29 times
        
    1 Answers
0
            The issue is fixed when thanks to this answer.
I Just added two steps ,
- Setting strict ssl false
npm config set strict-ssl false
- And making registry pointing to npmjs registry.
npm config set registry "http://registry.npmjs.org/"

 
    