-
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
Problem starting server #8
Comments
I got it to run by manually installing the modules ("npm install -g "), but I though the point of the slug.json was to take care of all that for me? |
yup, npm install es5-shimify On Thu, Aug 25, 2011 at 8:07 PM, fuzzygroove <
Alex MacCaw +12147175129 http://alexmaccaw.co.uk | http://www.leadthinking.com | http://socialmod.com |
I'm new to node, hem, spine, and spine.app, so this might be a really easy problem to fix. I followed the instructions to generate a new app and I get the following when I try to run "hem server":
$ hem server
Starting server on: 9294
Then open "http://localhost:9294/" (actually "http://localhost:9294/application.js") and I see:
Error: Cannot find module 'es5-shimify'
at /opt/node/current/lib/node_modules/hem/lib/resolve.js:29:13
at new Module (/opt/node/current/lib/node_modules/hem/lib/dependencies.js:65:14)
at Dependencies. (/opt/node/current/lib/node_modules/hem/lib/dependencies.js:32:25)
at Dependencies.resolve (/opt/node/current/lib/node_modules/hem/lib/dependencies.js:35:10)
at Package.compileModules (/opt/node/current/lib/node_modules/hem/lib/hem.js:26:38)
at Package.compile (/opt/node/current/lib/node_modules/hem/lib/hem.js:50:43)
at Package. (/opt/node/current/lib/node_modules/hem/lib/hem.js:59:24)
at /opt/node/current/lib/node_modules/hem/lib/hem.js:3:63
at callbacks (/opt/node/current/lib/node_modules/hem/node_modules/express/lib/router/index.js:272:11)
at param (/opt/node/current/lib/node_modules/hem/node_modules/express/lib/router/index.js:246:11)
Is there a missing step to get that module installed?
Thanks!
The text was updated successfully, but these errors were encountered: