#Typecheck errors on all that is auto imported

3 messages · Page 1 of 1 (latest)

soft notch
#

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?  🤔

rigid tusk
#

maybe pnpm run postinstall or delete node_modules?

soft notch
#

Tried everything. It seems to be related to vue