Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Typecheck (vue-tsc) errors on all that is auto imported #28869

@TimGuendel

Description

@TimGuendel

Environment


Reproduction

Cannot reproduce.

Describe the bug

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?

Additional context

No response

Logs

> nuxi typecheck

ℹ Using yup with vee-validate                                                                                                                                                                2:45:41 PM
app.vue:5:18 - error TS2339: Property 'SELECTORS' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { isEEA: typeof isEEA; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.

[...]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions