"npm install -g cim" not working
When I issue the "npm install cim -g" command, I get the following output:
npm http GET https://registry.npmjs.org/cim
npm http GET https://registry.npmjs.org/cim
npm http GET https://registry.npmjs.org/cim
npm ERR! Error: UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! at SecurePair.
npm ERR! System Linux 4.14.138-89.102.amzn1.x86_64 npm ERR! command "node" "/usr/bin/npm" "install" "cim" "-g" npm ERR! cwd /home/ec2-user npm ERR! node -v v0.10.48 npm ERR! npm -v 1.3.6 npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/ec2-user/npm-debug.log npm ERR! not ok code 0
Odd, was just able to install without any issues.