You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "Lei Zhang (JIRA)" <ji...@apache.org> on 2019/02/19 09:30:00 UTC

[jira] [Created] (SCB-1159) Rxjs and TypeScript version compatibility issues

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)