-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fe-angular quickstarter fails build with node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ';' #129
Comments
The fix is a package.json change to typescript 2.8 |
There is not much we can do about this, since the quickstarter for Angular creates the content of a new repository by running
|
Sed replace - done ;-) |
fixed in master and 1.0.x |
Oh, actually there is no typescript version 2.8.0 :-( Why? Anyways. |
updated to 2.8.1 on master and 1.0.x |
Jenkins build / yarn fails with
node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ';' expected. node_modules/rxjs/internal/types.d.ts(81,74): error TS1005: ';' expected. node_modules/rxjs/internal/types.d.ts(81,77): error TS1109: Expression expected.
there is already a fix available
see ReactiveX/rxjs#4512
The text was updated successfully, but these errors were encountered: