You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using it with Nuxt 3 and when starting the dev server, vue-tsc throws this error:
Could not find a declaration file for module 'vue-countup-v3'. '/<project_dir>/node_modules/.pnpm/vue-countup-v3@1.3.0_vue@3.3.4/node_modules/vue-countup-v3/dist/vue-countup-v3.es.js' implicitly has an 'any' type.
There are types at '/<project_dir>/node_modules/vue-countup-v3/dist/countup.vue.d.ts', but this result could not be resolved when respecting package.json "exports". The 'vue-countup-v3' library may need to update its package.json or typings.
Editing the package.json in node_modules and moving this to here got rid of the error message for me.
The text was updated successfully, but these errors were encountered:
Turns out it's fixed in Nuxt 3.6.3, which then caused this issue: nuxt/nuxt#22156
Fixed by upgrading from Nuxt 3.6.2 and removing those lines from nuxt.config.ts.
I'm using it with Nuxt 3 and when starting the dev server, vue-tsc throws this error:
Editing the
package.json
in node_modules and moving this to here got rid of the error message for me.The text was updated successfully, but these errors were encountered: