Wednesday, August 29, 2018

npm config set strict-ssl false

When you have issues like SECURE KEY CHAIN while doing npm install on Mac, use the command:

npm config set strict-ssl false

No comments:

Post a Comment