Unregistered task run s…

less than 1 minute read

Unregistered task “run-schematic” in schematic “update-9-0-0”.

Responses:

What is the command you are running? Have to updated to angular 9 yet or not?

While updating to angular 9

I thought i dint have to update angular myself

But i guess i have to then do the migration?

I don’t believe updating to nx v9 will update angular for you. what I would do is update nx with ng update @nrwl/workspace@latest and then update angular with ng update @angular/core@^9 and that should update anything scoped to @angular to v9

Updated: