Pnpm, vitest, suddenly not working. Missing "./auto" specifier in "vue-router" package #276
-
All of a sudden two of my tests started to fail even thought neither of them are referencing the router in any way shape or form. I'm really stuck here. I've tried using node version 18.17.1, 18.18.1, 21.4.0. But neither solved the issue. I tried this referencing #226 but to no avail. I've also tried changing pnpm versions from latest and downgrading all the way to pnpm 8.8.0 from 8.12.1 and all the versions between.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Managed to solve it by: Using node version 21.4.0, updating to vitest 1.0.4, and some other modifications including jsdom stuff with vitest, and some other things. |
Beta Was this translation helpful? Give feedback.
Managed to solve it by:
Using node version 21.4.0, updating to vitest 1.0.4, and some other modifications including jsdom stuff with vitest, and some other things.