#Typecheck errors on all that is auto imported
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
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? 🤔
maybe pnpm run postinstall or delete node_modules?
Tried everything. It seems to be related to vue