I am trying to install appium using npm. Came accross a self-signed certificate SELF_SIGNED_CERT_IN_CHAIN error and its thrown for npm.
Does anyone observed & fix this before?
npm config set cafile "C:\certs\whatever.crt"
Borrowed my answer from here