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
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Install packages with npm install for latest version of Angular-devkit/build-angular (18.2.11) pulls in a deprecated critters package that emits an npm warn message.
Minimal Reproduction
ng new tour-of-heroes
manual delete node_modules and package-lock.json (just to recreate blank situation)
npm install:
npm warn deprecated [email protected]: Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at https://github.com/danielroe/beasties
Exception or Error
no warn message on deprecated packages, just clean message
Command
build
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Install packages with npm install for latest version of Angular-devkit/build-angular (18.2.11) pulls in a deprecated critters package that emits an npm warn message.
Minimal Reproduction
npm warn deprecated [email protected]: Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at https://github.com/danielroe/beasties
Exception or Error
Your Environment
Anything else relevant?
it's not really a bug, I just want to keep a clean build output, free of warnings and errors
The text was updated successfully, but these errors were encountered: