I am trying to install Node-Red, I have installed many versions of Node.js to resolve the issue with no success. This is the errors I receive in powershell and cmd prompt.
npm install -g --unsafe-perm node-red
npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! request to https://registry.npmjs.org/node-red failed, reason: unable to get local issuer certificate
Does anyone have any recommendations on what is going wrong?
Thanks,