-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application not starting #26
Comments
@prappo Which version of bozon are you using? |
I met the same issue. with windows 10 64bit. bozon version is 0.5.4. |
I have found the root cause for my case. There are two main issue in may case.
It works for me now. This only works for windows and will break other platform. There is a solution for cross-spawn https://github.com/IndigoUnited/node-cross-spawn. I think bozon should use this module instead of child_process.spawnSync. |
After creating project i tried this command
bozon start
but nothing happens . I'm using windows
The text was updated successfully, but these errors were encountered: