我是 nodejs 和 npm 的新手,正在尝试安装 log4js,下面是安装命令:
npm install log4js
我正在 Windows 命令行中运行这个命令,在一个标记旋转了一会儿之后,我得到了下面的错误:
npm ERR! Windows_NT 6.3.9600
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "log4js"
npm ERR! node v0.12.0
npm ERR! npm v2.5.1
npm ERR! code SELF_SIGNED_CERT_IN_CHAIN
npm ERR! self signed certificate in certificate chain
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <http://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! C:\srv\npm-debug.log
我试着按照这里的建议做 npm config set ca=""
: http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more,但是我仍然得到这个错误。
我如何解决这个问题并安装 NPM?