Open PeachScript opened 9 years ago
I found the cause of the second problem, and I create a new pull request in https://github.com/JonAbrams/synth/pull/83
Which version of Node did you upgrade to?
Node: v 0.12.0 NPM: v 2.5.1 node-gyp: v 1.0.2
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 notifications@github.com wrote:
Node: v 0.12.0 NPM: v 2.5.1
node-gyp: v 1.0.2
Reply to this email directly or view it on GitHub: https://github.com/JonAbrams/synth/issues/82#issuecomment-78210317
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 notifications@github.com wrote:
You're welcome, thanks for you create the Synth :D.
Maybe I need reinstall the Node 0.11 or you will fix it quickly?
Reply to this email directly or view it on GitHub: https://github.com/JonAbrams/synth/issues/82#issuecomment-78210906
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