Skip to content
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

Closed
impressiver opened this issue Aug 25, 2011 · 2 comments
Closed

Problem starting server #8

impressiver opened this issue Aug 25, 2011 · 2 comments

Comments

@impressiver
Copy link

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!

@impressiver
Copy link
Author

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?

@maccman
Copy link
Member

maccman commented Aug 25, 2011

yup, npm install es5-shimify

On Thu, Aug 25, 2011 at 8:07 PM, fuzzygroove <
[email protected]>wrote:

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!

Reply to this email directly or view it on GitHub:
https://github.com/maccman/spine.app/issues/8

Alex MacCaw

+12147175129
@maccman

http://alexmaccaw.co.uk | http://www.leadthinking.com | http://socialmod.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants