SyntaxFix
Write A Post
Hire A Developer
Questions
Adding to @Armand answer:
Add the following environment variable: NODE_TLS_REJECT_UNAUTHORIZED=0 e.g. with export: export NODE_TLS_REJECT_UNAUTHORIZED=0 (with great thanks to Juanra)
Add the following environment variable:
NODE_TLS_REJECT_UNAUTHORIZED=0 e.g. with export:
export NODE_TLS_REJECT_UNAUTHORIZED=0 (with great thanks to Juanra)
If you on windows usage:
set NODE_TLS_REJECT_UNAUTHORIZED=0
Thanks to: @weagle08