2

I'm trying to get started with spine.js following the steps here:

http://spinejs.com/docs/started

When i call hem server as documented i get the following response:

Starting server on: 9294

If i then visit http://localhost:9294 I get nothing, occasionally a completely blank document. If I check my system processes node is running, so I'm assuming the server is actually running. If i call hem build then it seems to build ok.

Could this have something to do with the fact that i'm running xampp at the same time?

This is happening on windows xp and 7.

ricick
  • 5,694
  • 3
  • 25
  • 37
  • You might try running `Spine.js` not on Hem, but on `Brunch`: http://brunch.io/#documentation, just grab `spine.js` skeleton and run something like `brunch w -s` – Dfr Mar 29 '13 at 09:48

1 Answers1

3

I can confirm that the same thing happens without XAMPP running on Win7.

But per Alex, Windows is not supported. :(

https://github.com/maccman/hem/issues/23