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
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/[email protected]: The engine "pnpm" appears to be invalid.
warning @angular-devkit/[email protected]: The engine "pnpm" appears to be invalid.
warning @angular-devkit/[email protected]: The engine "pnpm" appears to be invalid.
warning @schematics/[email protected]: The engine "pnpm" appears to be invalid.
warning @schematics/[email protected]: The engine "pnpm" appears to be invalid.
warning @angular/[email protected]: 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 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.
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
The text was updated successfully, but these errors were encountered: