📚 What are you trying to do?
I am using dev tools with
export default defineNuxtConfig({
devtools: {enabled: true},
//..
});
Now I am getting these errors:
I am not able to reproduce this on stackblitz, so I guess there's something wrong with my local setup. But what could that be? Where do I have to look?
🔍 What have you tried?
I tried to reinstall all dependencies, deleted the package lock file and node_modules, making sure
"@nuxt/devtools": "latest",
is installed.
ℹ️ Additional context
No response
📚 What are you trying to do?
I am using dev tools with
Now I am getting these errors:
I am not able to reproduce this on stackblitz, so I guess there's something wrong with my local setup. But what could that be? Where do I have to look?
🔍 What have you tried?
I tried to reinstall all dependencies, deleted the package lock file and
node_modules, making sureis installed.
ℹ️ Additional context
No response