The way I did it was Ng …

less than 1 minute read

The way I did it was Ng update CLI and core Ng update @nrwl/schematics@8.4.4

I talked with Victor from the nx team about it and below 8.4.4 there is a tiny bug. So doing what I said above should get you updated. If tests or builds don’t work go look in your angular.json file and see if there are any references to @nrwl/builders that is now not in use with nx8 it should always be @nrwl/jest for tests or @nrwl/angular for angular stuff

Updated: