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
Using CLI 6.0.0-rc.3
Bump RxJS to 6.0.0-terrific-rc.3
Then run ng update rxjs --migrate-only --from=5.5.8
Expected behavior:
It should run the migration schematic
Actual behavior:
It throws Collection "rxjs/./migrations/collection.json" cannot be resolved.
Additional information:
It's entirely possible that I am missing something, or that this is a CLI issue, but it looks like node_modules/rxjs does not contain the migrations folder. I know the support of migration is very experimental, but maybe there is a missing piece in the RxJS release to integrate the migrations folder...
The text was updated successfully, but these errors were encountered:
RxJS version:
6.0.0-terrific-rc.3
Code to reproduce:
Using CLI 6.0.0-rc.3
Bump RxJS to 6.0.0-terrific-rc.3
Then run
ng update rxjs --migrate-only --from=5.5.8
Expected behavior:
It should run the migration schematic
Actual behavior:
It throws
Collection "rxjs/./migrations/collection.json" cannot be resolved.
Additional information:
It's entirely possible that I am missing something, or that this is a CLI issue, but it looks like
node_modules/rxjs
does not contain themigrations
folder. I know the support of migration is very experimental, but maybe there is a missing piece in the RxJS release to integrate themigrations
folder...The text was updated successfully, but these errors were encountered: