coolbeevip opened a new pull request #409: [SCB-1159] Rxjs and TypeScript version compatibility issues URL: https://github.com/apache/servicecomb-pack/pull/409 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 is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
