无法使用npm安装Mongo模块

时间:2015-08-21 16:08:10

标签: node.js mongodb npm

我是Node新手,我正在尝试使用NPM安装Mongo模块,我收到错误,下面是错误,也是日志文件。

C:\Program Files\nodejs>npm install mongodb
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "mongodb"
npm ERR! node v0.12.7
npm ERR! npm  v2.11.3
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!    
npm ERR! Please include the following file with any support request:
npm ERR!     C:\Program Files\nodejs\npm-debug.log

2 个答案:

答案 0 :(得分:1)

您可以尝试使用:npm config set strict-ssl false,然后再次运行npm install mongodb

答案 1 :(得分:0)

由于某些原因,链接中没有提供的解决方案都不起作用,因为我刚刚开始工作,我重新安装了整个东西,它已经安装了一个神奇的,感谢大家调查这个问题。