-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Multiple typescript errors after upgrade to 4.0.0 #171
Comments
You need to have at least TypeScript 2.3 or above with version 4. TypeScript 2.4.1 along with RxJS 5.4.2 would be ideal |
Getting the same error. I upgraded to typescript Version 2.4.2 and rxjs to 5.4.3 but that does not solve the problem. |
@Hosar, I had the same issue, but was able to resolve it with typescript v2.3.4 with rxjs v5.3.0 |
Have you tried to rm -rf node_modules and then reinstall all the dependencies with npm install? That worked for me :-) |
I did the remove of node_modules and reinstall of all packages but that did not fix the issue.
|
Changing from "typescript": "~2.2.0" to "typescript": "~2.3.3" works for me |
for me it was a wrong import
|
I'm trying to upgrade my app to use ngrx-4.0.0, using the migration guide.
The 'ng serve' is throwing a lot of typescript erros, like:
I don't know if this is something related to my environment, some error when I tried to upgrade them (I have removed the node_modules folder and package-lock.json and installed from zero). Any tips about it?
The text was updated successfully, but these errors were encountered: