-
-
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
ng update errors have no line numbers #2093
Comments
It's a different error, the Angular error is an error on "your side" that you can fix to be able to run the migration correctly. The Do you import the store somewhere in your project as follows import * as store from '@ngrx/store'; If so, you can fix this issue by import the store imports via named imports until we release a fix, for example: import { StoreModule } from '@ngrx/store'; |
@timdeschryver You are correct. I have such an import statement. I'm glad you found the source of the problem. |
Currently an error during automatic migration looks like this:
Not very helpful. It should be more like this error message from @angular/core:
The text was updated successfully, but these errors were encountered: