ConduitPlatform / Conduit

Batteries-included backend that works with any stack.

Home Page:https://getconduit.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Cannot start on windows

heromiyo opened this issue · comments

Checklist

  • I agree to follow the Code of Conduct that this project adheres to.
  • I have searched the Issue Tracker for a bug that matches the one I want to file, without success.
  • This issue is not related to the Conduit Admin Panel user interface.

Conduit version

latest

Describe the Bug

make zero-to-hero

Initializing Conduit Container Environment 🔨
This may take a while. Better bring up Reddit 😅

make[2]: *** [Makefile:59: create-network] Error 1
make[1]: *** [Makefile:51: setup] Error 2
make: *** [Makefile:38: zero-to-hero] Error 2

Expected Behavior

should start services

How to Reproduce

  1. mkdir conduit
  2. cd conduit
  3. source <(curl -s https://getconduit.dev/bootstrap)
  4. make zero-to-setup

Additional Information

CMD
image

git bash
image

Environment

windows 10

Thanks for reporting this. I guess you're missing /dev/null.
Have you tried running this through WSL (with a configured Docker connection)?

We are currently in the process of packaging our cli that's going to improve upon this as well as offer additional dev features unrelated to bootstrapping.

Even using wsl fails @kon14
image

@heromiyo allow us some time to look into this, and we'll get back to you!

worked by wsl, cloned the whole repo into wsl