-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
Angular 13, ng add @briebug/jest-schematic fails due to dependency conflict #134
Comments
Hello, I have the same issue with angular 14.2.12 |
My initial thought is that the I've laid the groundwork for configuring this schematic's dependences with optional version numbers. Couple options:
|
hello! @Shestak2039 did you find a solution? I have the same issue and the same version |
For Angular 14 (where the problem is also reproducible) I did it like this: npm i -D @angular-builders/jest@^14 && npx ng add @briebug/jest-schematic@^5 |
I was having issues with the
|
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
npm install -g @angular/cli@13
ng new -S --style=scss --strict --create-application=false -p=reprepo rep-repo
ng add @briebug/jest-schematic
Expected behavior
A clear and concise description of what you expected to happen.
Add the compatible @angular-builders/jest@^13.3.12 or similar version instead of the latest when using older angular versions.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Maybe there's an opportunity for a feature request here? Maybe adding an optional argument to specify the version of angular-builder to install or to force the install.
The text was updated successfully, but these errors were encountered: