-
Notifications
You must be signed in to change notification settings - Fork 70
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
Synth was broken when I create a new project or auto restarting server #82
Comments
I found the cause of the second problem, and I create a new pull request in #83 |
Which version of Node did you upgrade to? |
Node: v 0.12.0 |
I guess fixes are needed to make it work with Node 0.12 :-| Thanks for the report! On Tue, Mar 10, 2015 at 11:06 PM, XiaoShengtao [email protected]
|
You're welcome, thanks for you create the Synth :D. Maybe I need reinstall the Node 0.11 or you will fix it quickly? |
It’ll probably take a while to fix, you’re best off rolling back Node versions, sorry :( On Tue, Mar 10, 2015 at 11:13 PM, XiaoShengtao [email protected]
|
Never mind, keep in touch :) |
The Synth running well some day ago, but it has some problem after I update the node.
When I start a server by
synth server -p 5004
and modify a watching file and refresh the browser, synth give me the following exception:I try to reinstall the nodeJS and the synth, but got seem error. Then I doubt the problem be cause by me, so I decided create a new project and init it to detect the problem, but I found another problem.
I got three broken JSON file after create the new project:
synth.json:
package.json:
bower.json:
How can I fix the problem? Thank you very much! :D
The text was updated successfully, but these errors were encountered: