ng update
throws Unable to resolve migrations for package (@angular/cli)
for v20 with pnpm
#30328
Closed
1 task done
Command
update
Is this a regression?
The previous version in which this bug was not present was
No response
Description
When trying to run the migration to v20 using
ng update
in a CLI project in v19 with pnpm, theng update
command throws.Minimal Reproduction
Create a new v19 project
npx @angular/cli new migration-v20 --defaults --no-routing cd migration-v20 pnpm i
Edit
angular.json
to add:Run the migration to CLI v20 (rc.2 when writing this issue):
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: