NuxtN
Nuxt16mo ago
ParadoX

Typecheck errors on all that is auto imported

I switched from yarn to pnpm and now I am getting errors when running typecheck (vue-tsc) - it looks like every auto imported item is throwing the same error, example:

Property 'ROUTES' does not exist on type 'CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>


I have hunderds of the same kind...Any ideas?  🤔
Was this page helpful?