Lei Zhang created SCB-1159:
------------------------------
Summary: Rxjs and TypeScript version compatibility issues
Key: SCB-1159
URL: https://issues.apache.org/jira/browse/SCB-1159
Project: Apache ServiceComb
Issue Type: Bug
Components: Saga
Affects Versions: saga-0.4.0
Reporter: Lei Zhang
Fix For: saga-0.4.0
rxjs released a new version: 6.4.0. It broke the build. The minimum supported
version of TypeScript is 2.8
https://github.com/ReactiveX/rxjs/blob/6.3.3/.travis.yml#L20-L29
just change "rxjs": "^6.1.0", to "rxjs": "6.1.0" in package.json
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)