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

Can't run develop or start. #523

Closed
Nic128 opened this issue Feb 6, 2016 · 4 comments
Closed

Can't run develop or start. #523

Nic128 opened this issue Feb 6, 2016 · 4 comments
Labels

Comments

@Nic128
Copy link

Nic128 commented Feb 6, 2016

  • Used node 4.2.6/npm 2.14
  • Tried donejs v0.6.0 and v0.7.0-pre.1
  • donejs init lottery-app
  • cd lottery-app
  • donejs develop
  • I'm on linux
can-serve starting on http://localhost:8080
Potentially unhandled rejection [5] Error: Error loading "jquery@2.1.4#jquery" at file:/home/nmartel/repos/dev/lottery-app/node_modules/jquery/jquery.js
Error loading "jquery@2.1.4#jquery" from "@ssr/plugins/canjs" at file:/home/nmartel/repos/dev/lottery-app/node_modules/can-ssr/lib/plugins/canjs.js
ENOENT: no such file or directory, open '/home/nmartel/repos/dev/lottery-app/node_modules/jquery/jquery.js'
    at Error (native)
Potentially unhandled rejection [5] Error: Error loading "jquery@2.1.4#jquery" at file:/home/nmartel/repos/dev/lottery-app/node_modules/jquery/jquery.js
Error loading "jquery@2.1.4#jquery" from "lottery-app@0.0.0#index.stache!done-autorender@0.6.1#autorender" at file:/home/nmartel/repos/dev/lottery-app/src/index.stache
ENOENT: no such file or directory, open '/home/nmartel/repos/dev/lottery-app/node_modules/jquery/jquery.js'
    at Error (native)
@matthewp
Copy link
Contributor

matthewp commented Feb 6, 2016

Thanks, looking into this.

@matthewp matthewp added the bug label Feb 6, 2016
@matthewp
Copy link
Contributor

matthewp commented Feb 6, 2016

Cause is getting rid of the jquery peerDependency in canjs. Probably we need to either restore it or make it a regular dependency.

@matthewp
Copy link
Contributor

matthewp commented Feb 6, 2016

canjs/canjs#2242

@daffl
Copy link
Contributor

daffl commented Feb 6, 2016

Fix has been published on NPM as 2.3.15

@daffl daffl closed this as completed Feb 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants