npm - self signed certificate in certificin Error 해결법
npm install 시에 발생하는
‘Error:SSL Error: SELFT_SIGNED_CERT_IN_CHAIN’ error 또는
‘self signed certificate in certificin Error’ 해결.
인증서문제 같은데
1
npm config set strict-ssl false
로 해결.
인증서 검사를 안하겠다는 것.
쓸만한 글 : http://blog.securekim.com/2019/03/bash-gradle-python-wget-nodejsnpm-apt.html
This post is licensed under CC BY 4.0 by the author.