djsmith42 / angular2_calendar

Just an Angular2 demo. Not meant for actual use.
76 stars 26 forks source link

rx.all.js error #4

Open jennyraj opened 9 years ago

jennyraj commented 9 years ago

On the terminal: GET /rx/dist/rx.all.js" Error (404): "Not found in log

On the dev tools console: Error loading "rx/dist/rx.all" at http://localhost:8080/rx/dist/rx.all.js Error loading "rx/dist/rx.all" from "app/app.js" at http://localhost:8080/app/app.js Not Found: http://localhost:8080/rx/dist/rx.all.js

followed the instructions in readme, getting error as shown. tried installing rx and rx-angular , the same error. Sorry , I am a beginner... Can you help?

djsmith42 commented 9 years ago

It looks like Angular2 has changed since this example was written, and this demo no longer works. I'll take a look and see if I can figure it out.

tbertenshaw commented 9 years ago

Just cloned the repo and get the same error. Also noticed that the Readme says navigate to http://localhost:8008 but its 8080 which is responding.

zackarychapple commented 9 years ago

Hey @djsmith42 I hardcoded the version numbers, and upped to alpha.13 and it worked again.

   "angular2": "2.0.0-alpha.13",
    "es6-module-loader": "0.14.0",
    "hammerjs": "2.0.4",
    "lodash": "3.4.0",
    "rtts_assert": "2.0.0-alpha.8",
    "systemjs": "0.14.1",
    "traceur": "0.0.85",
    "zone.js": "0.4.0"
djsmith42 commented 9 years ago

Woot! Can you submit a PR?