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 feel this should be an issue, but this is not reproducible somehow??
Uncaught (in promise) SyntaxError: The requested module 'http://localhost:3000/_nuxt/@fs/home/<user>/Projects/lepse/node_modules/.pnpm/@vue+devtools-api@6.6.4/node_modules/@vue/devtools-api/lib/cjs/index.js' doesn't provide an export named: 'setupDevtoolsPlugin'
this happens when using pnpm, and there are two workarounds:
pnpm install --shamefully-hoist
exclude it from vite optimize deps
install a newer version in ur package.json ??
override tanstack/vue-query to use a newer version of @vue/devtools-api
A similar issue that happened before with the same @vue/devtools-api@6.6.x, but on vee-validate (logaretm/vee-validate#4863)
the fix was to simple update @vue/devtools-api to a newer version..?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I feel this should be an issue, but this is not reproducible somehow??
this happens when using pnpm, and there are two workarounds:
pnpm install --shamefully-hoistA similar issue that happened before with the same
@vue/devtools-api@6.6.x, but on vee-validate (logaretm/vee-validate#4863)the fix was to simple update @vue/devtools-api to a newer version..?
output of
pnpm --filter why @vue/devtools-apiAll reactions