deployd / deployd-cli

The Deployd Command Line Interface
MIT License
7 stars 9 forks source link

dpd Failed to start MongoDB #45

Open Christophedlr opened 4 years ago

Christophedlr commented 4 years ago

Hello,

I'm fresh install deployd, node, typescript and mongodb in Windows 10. After launch dpd or dpd -d, the command return :

D:\data\prog\learning\TypeScript\todolist\todos>dpd deployd CLI version 2.0.2 starting deployd Failed to start MongoDB (Make sure 'mongod' are in your $PATH or use dpd --mongod option. Ref: http://docs.deployd.com/docs/basics/cli.html)

mongod.exe is located in : C:\Program Files\MongoDB\Server\4.2\bin But, after launch command : dpd -m "C:\Program Files\MongoDB\Server\4.2\bin\mongod.exe" : D:\data\prog\learning\TypeScript\todolist\todos>dpd -m "C:\Program Files\MongoDB\Server\4.2\bin\mongod.exe" deployd CLI version 2.0.2 starting deployd Failed to start MongoDB (Make sure 'mongod' are in your $PATH or use dpd --mongod option. Ref: http://docs.deployd.com/docs/basics/cli.html)

A dpd error and directory screenshots are joined.

dpd_error mongod

nicodoss commented 3 years ago

Hello, How did you fix that?? I tried to find the solution one day ago..