coolbeevip commented on issue #408: Saga frontend start failed URL: https://github.com/apache/servicecomb-pack/issues/408#issuecomment-465053228 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 I modified it and started it successfully ``` "rxjs": "6.1.0", "rxjs-compat": "6.1.0", ```
---------------------------------------------------------------- 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
