-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed as not planned
Labels
Description
Environment
- Operating System: Darwin
- Node Version: v22.8.0
- Nuxt Version: 3.12.4
- CLI Version: 3.13.1
- Nitro Version: 2.9.7
- Package Manager: [email protected]
- Builder: -
- User Config: telemetry, experimental, components, nitro, imports, vite, css, devtools, debug, modules, pinia, postcss, cookieControl, runtimeConfig, compatibilityDate
- Runtime Modules: @vueuse/[email protected], @pinia/[email protected], @pinia-plugin-persistedstate/[email protected], [email protected], @nuxt/[email protected], @zadigetvoltaire/[email protected], @dargmuesli/[email protected], @nuxt/test-utils/[email protected], @nuxt/[email protected], @vee-validate/[email protected]
- Build Modules: -
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 ..., {}>'.
[...]felixgabler, lupus78, rafaelvpolan, shehanrangana, dawaltconley and 8 more