You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in node_modules/@angular/flex-layout/core/typings/observable-media/observable-media.d.ts(11,14): error TS2416: Property 'subscribe' in type 'ObservableMedia' is not assignable to the same property in base type 'Subscribable'.
Type '(next?: (value: MediaChange) => void, error?: (error: any) => void, complete?: () => void) => Sub...' is not assignable to type '{ (observer?: PartialObserver): Unsubscribable; (next?: (value: MediaChange) => void...'.
Types of parameters 'next' and 'observer' are incompatible.
Type 'PartialObserver' is not assignable to type '(value: MediaChange) => void'.
Type 'NextObserver' is not assignable to type '(value: MediaChange) => void'.
Type 'NextObserver' provides no match for the signature '(value: MediaChange): void'.
Expected behavior
Success
Minimal reproduction of the problem with instructions
Tried up the following instructions as specied in ngx-rocket.
This happened when trying to "npm start".
Among my search, there is some conflicts between the flexlayout and rxjs. I have 6.30 version of rxjs right now
Environment
- generator version: 2.0.0
- node version: 9.10.0 <!-- run `node --version` -->
- npm version: 6.1.0 <!-- run `npm --version` -->
- OS: Mac<!-- Mac, Linux, Windows -->
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
ERROR in node_modules/@angular/flex-layout/core/typings/observable-media/observable-media.d.ts(11,14): error TS2416: Property 'subscribe' in type 'ObservableMedia' is not assignable to the same property in base type 'Subscribable'.
Type '(next?: (value: MediaChange) => void, error?: (error: any) => void, complete?: () => void) => Sub...' is not assignable to type '{ (observer?: PartialObserver): Unsubscribable; (next?: (value: MediaChange) => void...'.
Types of parameters 'next' and 'observer' are incompatible.
Type 'PartialObserver' is not assignable to type '(value: MediaChange) => void'.
Type 'NextObserver' is not assignable to type '(value: MediaChange) => void'.
Type 'NextObserver' provides no match for the signature '(value: MediaChange): void'.
Expected behavior
Success
Minimal reproduction of the problem with instructions
Tried up the following instructions as specied in ngx-rocket.
This happened when trying to "npm start".
Among my search, there is some conflicts between the flexlayout and rxjs. I have 6.30 version of rxjs right now
Environment
Others:
The text was updated successfully, but these errors were encountered: