NuxtN
Nuxt2y ago
4 replies
billyadelphia

Property 'navigateTo' does not exist on type '{ $: ComponentInternalInstance; ..long type here

I have updated all of my dependencies today, and got this error from every auto import package
Property 'navigateTo' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: OnClean...'.


then I revert back to previous package.json file, even the package.json from 3 days ago, still got same error.
I have deleted the node_modules and bun.lockdb file too, no luck
Was this page helpful?