0

I'm trying to install lodash through npm, and get this eror.enter image description here

1 Answers1

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.