ng update
breaks on "private" packages
#28834
Labels
area: @angular/cli
freq1: low
Only reported by a handful of users who observe it rarely
ng update DX
severity3: broken
type: bug/fix
Command
update
Description
I'm unsure if this is a regression. But when there is a "private" package in an angular project,
ng update
fails to run.Minimal Reproduction
To reproduce:
Or manually add the package to the
package.json
like this:Exception or Error
Your Environment
Anything else relevant?
This is an unneeded restriction. When there are packages in the
package.json
that Angular can't 'trace' it should be safe to ignore them. Erroring out is highly inconvenient.The text was updated successfully, but these errors were encountered: