matt-catellier / BeerFinderApp

Done using ionic 2. making calls to FourSquareAPI.
2 stars 0 forks source link

Cannot Serve App #1

Open matt-catellier opened 7 years ago

matt-catellier commented 7 years ago

Problem with Typescript and rxjs library used by Ionic2

image

matt-catellier commented 7 years ago

https://github.com/ReactiveX/rxjs/issues/2032 It was not a rxjs issue but a gulp-typescript one. Updated it to version 3 which is the official version for typescript 2. NPM don't auto update from V2 to V3 automatically. After that done all works fine without any errors.

matt-catellier commented 7 years ago

https://forum.ionicframework.com/t/ionic-2-not-generating-app-bundle-js/55640/3

matt-catellier commented 7 years ago

https://github.com/driftyco/ionic/issues/6258