angular2_calendar icon indicating copy to clipboard operation
angular2_calendar copied to clipboard

rx.all.js error

Open Benjamin-FC opened this issue 10 years ago • 4 comments

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?

Benjamin-FC avatar Mar 29 '15 19:03 Benjamin-FC

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.

djsmith42 avatar Mar 29 '15 20:03 djsmith42

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.

tbertenshaw avatar Mar 30 '15 07:03 tbertenshaw

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"

zackarychapple avatar Jul 15 '15 17:07 zackarychapple

Woot! Can you submit a PR?

djsmith42 avatar Jul 15 '15 18:07 djsmith42