Skip to content
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

package version issue #19

Closed
woohaoshu opened this issue Feb 1, 2019 · 0 comments
Closed

package version issue #19

woohaoshu opened this issue Feb 1, 2019 · 0 comments

Comments

@woohaoshu
Copy link

My NPM version is 6.4.1, node version is v10.14.1, angular-cli version is 7.1.2.

When I execute npm install, I encountered the following problem:
ERROR in 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.

To solve this problem, I found this answer:

https://stackoverflow.com/a/54440099/8023266

So I changed package.json and it works.
"rxjs": "6.2.0", "typescript": "^2.7.2",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant