How to see nuxt devtools?
I enabled devtools globally by doing "npx nuxi@latest devtools enable"
How can I now see the devtools window? Do I need to install something more?
18 Replies
when you run the dev server you'll see a little icon on the bottom of the page that opens it up
The icon redirects to nuxt.com
Using it globally it redirected to nuxt.com for me too. Alt D didn't work either
Should we rise an issue on Github ?
hmm thast really weird i just created a new project with sidebases cli and installed it and it worked
i couldnt get it to work on an existing project tho tbh
Are u on Windows ?
mac
Okey
Maybe @Anthony Fu or @danielroe @Atinux will see this issue and help us 😅
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
mine was not working with npx
i had todo a manual install
i am WINDOWS xD
i always have trouble
This makes it works on windows yes thank you! However the global version doesn't work with windows for now
Hopping in here 😄 I can always recommend to use WSL if you are on windows. Will make your dev life way easier 😄
I'm currently figuring wsl out a bit but i'm stuck on an error. Can I ask you in DM some things about it? 😁
Sure 😄 Though I am using a mac myself not sure if I can help
It doesn’t work in WSL Ubuntu Neither
What error did you get?
It doesn’t give any errors it says installed correctly but it doesn’t shows up on the Nuxt App ! And I’ve noticed something that when you type npx nuxi@lastest devtools enable it starts using npm even in a pnpm project which will leads to conflict between pnpm & npm ! I am wrong ?
#devtools is now up FYI 😊