安装 parse 时我是否需要安装 mongodb-runner,即使 mongodb 已经安装

Bah*_* KA 4 installation mongodb parse-server

我正在 linux vps 上安装解析服务器,我已经安装了 nodejs 和 mongo db,现在 当我尝试执行 $ mongodb-runner 时,我正在关注这里写的内容https://github.com/parse-community/parse-server开始我有这个错误

? Starting a MongoDB deployment to test against...?  Downloaded MongoDB 4.2.0
? Starting a MongoDB deployment to test against...mongodb-runner:bin:mongodb-r                    unner-worker.js Unexpected error. Exiting. { Error: Command failed: mongod --set                    Parameter enableTestCommands=1 --port 27017 --dbpath /home/admoon/.mongodb/data/                    standalone --logpath /home/admoon/.mongodb/runner/standalone.log
mongod: error while loading shared libraries: libcurl.so.4: cannot open shared o                    bject file: No such file or directory

 at ChildProcess.exithandler (child_process.js:294:12)
 at ChildProcess.emit (events.js:198:13)
 at maybeClose (internal/child_process.js:982:16)
 at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
killed: false,
code: 127,
signal: null,
cmd:
'mongod --setParameter enableTestCommands=1 --port 27017 --dbpath /home/admoo                    n/.mongodb/data/standalone --logpath /home/admoon/.mongodb/runner/standalone.log                    ',
output:
{ stderr:
   [ 'mongod: error while loading shared libraries: libcurl.so.4: cannot open                     shared object file: No such file or directory',
     '' ],
  stdout: [ '' ] } }

Run Code Online (Sandbox Code Playgroud)

Bah*_* KA 5

感谢@DaviMacedo,当您安装了 mongodb 时,无需安装 mongo-db runner