-
-
Notifications
You must be signed in to change notification settings - Fork 279
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Please provide the environment you discovered this bug in.
I am using ng g @analogjs/platform:setup-vitest --project [your-project-name]
to add vitest
on my angular project instead of karma
. The packages this command brings up are as below
"@nx/vite":20.0.6,
"vite": "6.0.0",
"vitest": "3.0.0"
This is causing peer dependency errors as "@nx/vite":20.0.6"
has "vite:^5.0.0"
and "vitest:^2.0.0"` as peer dependencies.
Which area/package is the issue in?
create-analog
Description
Need to bring packages without version conflicts when we do ng g @analogjs/platform:setup-vitest --project [your-project-name]
Please provide the exception or error you saw
Other information
Related issue - nrwl/nx#30195
I would be willing to submit a PR to fix this issue
- Yes
- No
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working