Honkhonk
Honkhonk
NNuxt
Created by Honkhonk on 9/28/2024 in #❓・help
@nuxt/devtools always references old install, cannot run generate
No description
7 replies
NNuxt
Created by Honkhonk on 9/28/2024 in #❓・help
@nuxt/devtools always references old install, cannot run generate
No description
7 replies
NNuxt
Created by Honkhonk on 9/28/2024 in #❓・help
@nuxt/devtools always references old install, cannot run generate
No description
7 replies
NNuxt
Created by Honkhonk on 9/28/2024 in #❓・help
@nuxt/devtools always references old install, cannot run generate
npx nuxt info
- Operating System: `Linux`
- Node Version: `v22.9.0`
- Nuxt Version: `3.13.2`
- CLI Version: `3.14.0`
- Nitro Version: `2.9.7`
- Package Manager: `[email protected]`
- Builder: `-`
- User Config: `-`
- Runtime Modules: `-`
- Build Modules: `-`
- Operating System: `Linux`
- Node Version: `v22.9.0`
- Nuxt Version: `3.13.2`
- CLI Version: `3.14.0`
- Nitro Version: `2.9.7`
- Package Manager: `[email protected]`
- Builder: `-`
- User Config: `-`
- Runtime Modules: `-`
- Build Modules: `-`
7 replies
NNuxt
Created by Honkhonk on 9/28/2024 in #❓・help
@nuxt/devtools always references old install, cannot run generate
I ran an strace and I can see it trying to access that file, but I have zero ideas as to why
7 replies
NNuxt
Created by Honkhonk on 9/28/2024 in #❓・help
@nuxt/devtools always references old install, cannot run generate
To Clarify, I had used 18.12.1 to create this project. I have checked my path, removed and reinstalled nvm, cleaned my ~/.zshrc, restarted, tried other projects, etc. I have deleted node_modules, cleaned the pnpm cache, searched my entire harddrive for possible symlinks, everything I can possibly think of. I created a docker container using node:22-alpine, and was able to run the generate command, but for some reason, somewhere, something is trying to use an old version of nuxt/devtools and I absolutely cannot find where or why it would do that.
7 replies
NNuxt
Created by Honkhonk on 4/10/2023 in #❓・help
Opening modal via a route
Digging into it a bit further, it appears Netflix is just doing this via a GET parameter, for example, on their search page, which fires the same modal window, but does not redirect the user to an entirely new page. Even still, curious if there is a way to bind modals to a rotue.
2 replies