I am getting below error while executing npm install in one of my project :
pm ERR! Error while executing: npm ERR! C:\Program Files\Git\bin\git.EXE ls-remote -h -t https://github.com/pocketjoso/css.git npm ERR! npm ERR! fatal: unable to access 'https://github.com/pocketjoso/css.git/': SSL certificate problem: self signed certificate in certificate chain npm ERR! npm ERR! exited with error code: 128
Could you please help me here ?
Thanks, Gagan
I have tried after deletion of previous node_modules folder and package-lock.json both. Still, the issue is same.