-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not possible to disable #84
Comments
It's |
|
If you are switching node versions often, maybe try to remove the last two items in your |
Alright, now I understand that this is the way to go. First time I wanted to use the devtools I simply did everything within the install-section of the docs. Only later I understood that it must not be installed globally. On the other side the Node 18 / Node 16 error was not the main problem. |
Co-authored-by: Renovate Bot <[email protected]>
Hi guys,
so i just tested these devtools (with Node 18), but now I cannot disable it anymore.
Even though it says
Nuxt Devtools is not enabled for this project.
I always get
✔ Nuxt Devtools is enabled v0.1.2 (experimental)
Also if i switch to another project which runs on Node 16, I always get Node 18 errors as this was the version i initially installed the devtools.
The request url "/Users/…/.nvm/versions/node/v18.10.0/lib/node_modules/@nuxt/devtools/dist/runtime/plugins/devtools.client.mjs" is outside of Vite serving allow list.
Therefor I cannot use any of my other nuxt3 projects anymore.
.nuxtrc
is not existent / empty. Is it mandatory?How to fix this?
The text was updated successfully, but these errors were encountered: