npm WARN EPEERINVALID mongodb-core@1.2.24 requires a peer of kerberos@~0.0 but none was installed
发布于 8 年前 作者 zeroone001 6018 次浏览 来自 问答

npm 安装mongoose模块的时候出现了这个警告是怎么回事?? 求解决方案~~

2 回复

我已经解决这个问题了~~~ However don’t worry. You only need the kerberos module if intend to use kerberos. In the case you need to you can add it to your package.json Add manually to your package.json for now until fixed upstream.

"kerberos": "~0.0.17"
附上链接https://github.com/balderdashy/sails/issues/3362
回到顶部