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

npm install derby fails because of derby-ui-boot #10

Closed
ghost opened this issue Jun 9, 2013 · 1 comment
Closed

npm install derby fails because of derby-ui-boot #10

ghost opened this issue Jun 9, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 9, 2013

are you aware that the standard install of derby fails because of the git dependencies in the package.json derby-ui-boot ? If someone does not have git installed the install fails silently, and then when they run node server.js it fails with 👍
C:_data\derbyjs\app>node server.js
Master pid 1992

module.js:340
throw err;
^
Error: Cannot find module 'derby-ui-boot'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (C:_data\derbyjs\app\lib\app\index.js:2:8)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)

@jbhatab
Copy link

jbhatab commented Jul 30, 2013

I got the same error

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

2 participants