Hugo Morales
Hugo Morales
For me what it worked is: `npx sb init --type vue3 -s` `pnpm install --shamefully-hoist`
Same here, i've managed to isolate the issue to Typescript 4.5+, it goes away when you activate the `compilerOptions.skipLibCheck: true` in your tsconfig file
Same issue here: https://github.com/hugazo/monoapps/tree/main/packages/ionic-supa-auth But the fun par is, that if i run dev:prepare before testing a single file, the imports works, but when running pnpm test, the environment fails...