用npm命令,在win7 64位系统下安装mongodb,总出现这样的报错:
发布于 12 年前 作者 sedateocean 6312 次浏览 最后一次编辑是 8 年前

。。。。。 206 error bson@0.1.8 install: (node-gyp rebuild 2> builderror.log) || (exit 0) 206 error spawn ENOENT 207 error Failed at the bson@0.1.8 install script. 207 error This is most likely a problem with the bson package, 207 error not with npm itself. 207 error Tell the author that this fails on your system: 207 error (node-gyp rebuild 2> builderror.log) || (exit 0) 207 error You can get their info via: 207 error npm owner ls bson 。。。。。

但是直接下载安装mongo压缩包,单独启动,可以启动成功。

郁闷中。。。 有人知道是怎么回事吗

1 回复

npm 安装的 mongodb 是数据库驱动。 安装的错误信息在 builderror.log 文件里。

〉直接下载安装mongo压缩包,单独启动,可以启动成功。 这个安装的是数据库本身吧。

回到顶部