You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error when updating component-store via ng update schematic - An unhandled exception occurred: Cannot find module '@ngrx/component-store/./migrations/migration.json'
#2819
Closed
wingy3181 opened this issue
Dec 10, 2020
· 2 comments
· Fixed by #2822
Minimal reproduction of the bug/regression with instructions:
Don't have the time right now to setup an example but will do so later and add a comment to this issue later but had a look at the source and i think i found the issue. See "Other information"
Current project setup
@ngrx/component-store@10.0.0
Attempted to update to latest via schematic: ng update @ngrx/store
Minimal reproduction of the bug/regression with instructions:
Don't have the time right now to setup an example but will do so later and add a comment to this issue later but had a look at the source and i think i found the issue. See "Other information"
ng update @ngrx/store
node_modules
it is indeed missing that folder/file for component storeExpected behavior:
Should update @ngrx/component-store successfully
Versions of NgRx, Angular, Node, affected browser(s) and operating system(s):
Ngrx: 10
Angular: 11.0.4
Node: 12
OS: OSX Big Sur
Other information:
I believe the following file is missing the
assets
attribute like the other modulesAlso
component
module has the same issue (https://github.com/ngrx/platform/blob/master/modules/component/ng-package.json)I would be willing to submit a PR to fix this issue
[x] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No
The text was updated successfully, but these errors were encountered: