I'm trying to install lodash through npm, and get this eror.
Asked
Active
Viewed 273 times
1 Answers
0
Usually this is a certificate issue, and you can do a workaround with
npm config set strict-ssl false
Note that this isn't a secure solution and you should reference this question and this question for further explanation on investigating the root cause.

B Chase Babrich
- 96
- 1
- 5