-
Notifications
You must be signed in to change notification settings - Fork 9
Description
- Deployd Version (
deployd -V): 2.0.2 - Node version (
node -v): 12.16.1 - Operating System and version: Windows 10 1909 (18363.720)
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.

