-
Notifications
You must be signed in to change notification settings - Fork 26
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
error running specs - specs is not defined #28
Comments
ah, i missed a param on the npm install. my fault. |
I have the same issue. May I know what param did you miss in the npm install? |
If i recall correctly it was
But there's only a few npm commands so try the others if that doesn't cover it :) |
I did I have hem 0.1.9, that uses an "unknown" version of Stich (I can not see the Stich version in the generated I run
and
It looks like this version of Stich does not get |
@marioizquierdo Same problem. I'm using Spine mobile if that makes a difference. Did you get anywhere in the end? |
@amk221 I'm using Spine mobile as well. |
On a fresh install of spine.app, I create a new app, cd into the directory and run
npm install
and thenhem server
When I visit http://localhost:9294/test the following line
throws the error
Uncaught ReferenceError: specs is not defined
The documentation around testing seems to be lacking, am I doing this wrong? I'd love to improve the docs if I can get it running.
Thanks
The text was updated successfully, but these errors were encountered: