tesYolan / Talk-To-Avatar-Admin

0 stars 1 forks source link

Starting Error: Types of Property 'lift' are incompatible #1

Open tesYolan opened 7 years ago

tesYolan commented 7 years ago

npm start

Talk-to-Sophia@0.0.1 prestart /home/tesfa/projects/talktohead/Talk-To-Sophia-Admin npm run build

Talk-to-Sophia@0.0.1 build /home/tesfa/projects/talktohead/Talk-To-Sophia-Admin tsc -p src/

node_modules/rxjs/Subject.d.ts(16,22): error TS2415: Class 'Subject' incorrectly extends base class 'Observable'. Types of property 'lift' are incompatible. Type '(operator: Operator<T, R>) => Observable' is not assignable to type '(operator: Operator<T, R>) => Observable'. Type 'Observable' is not assignable to type 'Observable'. Type 'T' is not assignable to type 'R'. '''

Machine description: Ubuntu 16.04 4.4.0-93-generic node version

v6.10.2 npm -v 3.10.10

tesYolan commented 7 years ago

Seems related to https://github.com/ReactiveX/rxjs/issues/2539, the push fixes the issue temporarly. Once I get functionality across different platforms a solution would be posed and the it will be marked as resolved.