We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ø
18.2.13
#29522 removed the vite dependency from @angular-devkit/build-angular, but that's a required peer dependency of @vitejs/plugin-basic-ssl.
@angular-devkit/build-angular
@vitejs/plugin-basic-ssl
Currently we "fix" this in our projects by adding the following extension in yarn:
packageExtensions: "@vitejs/plugin-basic-ssl@*": peerDependenciesMeta: vite: optional: true
Use a strict package manager (e.g. yarn 4), install @angular-devkit/build-angular, notice warning.
yarn 4, @angular-devkit/* 18.2.15
No response
The text was updated successfully, but these errors were encountered:
fix(@angular-devkit/build-angular): remove @vitejs/plugin-basic-ssl…
e0abdf3
… from dependencies This dependency is not used in this package. Closes angular#29921
4267a80
… from dependencies This dependency is not used in this package. Closes #29921
Closed via #29928
Sorry, something went wrong.
No branches or pull requests
Command
ø
Is this a regression?
The previous version in which this bug was not present was
18.2.13
Description
#29522 removed the vite dependency from
@angular-devkit/build-angular
, but that's a required peer dependency of@vitejs/plugin-basic-ssl
.Currently we "fix" this in our projects by adding the following extension in yarn:
Minimal Reproduction
Use a strict package manager (e.g. yarn 4), install
@angular-devkit/build-angular
, notice warning.Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: