-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
This issue impact 9.0.0-rc.0.
When yarn is used for the update, engine warning messages are shown for the temporary CLI version install.
$ ng update @angular/cli @angular/core --next
The installed Angular CLI version is older than the latest published version.
Installing a temporary version to perform the update.
Installing packages for tooling via yarn.
warning @angular-devkit/architect@0.900.0-rc.0: The engine "pnpm" appears to be invalid.
warning @angular-devkit/schematics@9.0.0-rc.0: The engine "pnpm" appears to be invalid.
warning @angular-devkit/core@9.0.0-rc.0: The engine "pnpm" appears to be invalid.
warning @schematics/angular@9.0.0-rc.0: The engine "pnpm" appears to be invalid.
warning @schematics/update@0.900.0-rc.0: The engine "pnpm" appears to be invalid.
warning @angular/cli@9.0.0-rc.0: The engine "pnpm" appears to be invalid.
Installed packages for tooling via yarn.
Using package manager: 'yarn'
...
This does not happen for npm, and is due to a bug in yarn: yarnpkg/yarn#7566
But we shouldn't be showing any messages at all for that temporary install.
This happened while updating https://github.com/johannesjo/super-productivity