kitcarson88 / ionic-augmented-reality

A Ionic 5 app with an augmented reality example
MIT License
25 stars 16 forks source link

ionic serve doesn't work #1

Open rid3thespiral opened 4 years ago

rid3thespiral commented 4 years ago

As the title suggests..

jalle007 commented 4 years ago

here problem with redux 4.0.1. Any solution ?

ERROR in node_modules/@angular-redux/store/lib/src/components/ng-redux.d.ts(10,31): error TS2420: Class 'NgRedux<RootState>' incorrectly implements interface 'ObservableStore<RootState>'. Property '[Symbol.observable]' is missing in type 'NgRedux<RootState>'. node_modules/@redux-saga/core/types/effects.d.ts(17,8): error TS2307: Cannot find module '@redux-saga/types'. node_modules/@redux-saga/core/types/index.d.ts(3,86): error TS2307: Cannot find module '@redux-saga/types'. node_modules/@redux-saga/core/types/index.d.ts(170,52): error TS2344: Type 'S' does not satisfy the constraint '(...args: any[]) => any'. node_modules/@redux-saga/core/types/index.d.ts(189,23): error TS2344: Type 'S' does not satisfy the constraint '(...args: any[]) => any'. node_modules/redux-persist/src/index.d.ts(69,46): error TS2307: Cannot find module 'react'. node_modules/redux-persist/src/index.d.ts(91,38): error TS2304: Cannot find name 'React'. src/services/network.service.ts(20,18): error TS2551: Property 'onchange' does not exist on type 'Network'. Did you mean 'onChange'?

kitcarson88 commented 4 years ago

Hi, I've updated the project to Ionic 5 and Angular 9. I've also updated other dependencies too. Can you try again with this updated project? Thank you.