nuxt-link-checker
nuxt-link-checker copied to clipboard
v3.0.0-rc.8 doesn't work properly
Describe the bug
After installing v3.0.0-rc.8, I notice a few issues :
- version not updated in the devtools
- on non empty project, gets errors
ERROR [nuxt-devtools] RPC error on executing "nuxt-link-checker-rpc:connected": 16:52:35
[birpc] function "nuxt-link-checker-rpc:connected" not found
ERROR [nuxt-devtools] RPC error on executing "nuxt-link-checker-rpc:connected": 16:52:35
[birpc] function "nuxt-link-checker-rpc:connected" not found
ERROR [nuxt-devtools] RPC error on executing "nuxt-link-checker-rpc:toggleLiveInspections": 16:52:48
[birpc] function "nuxt-link-checker-rpc:toggleLiveInspections" not found
ERROR [nuxt-devtools] RPC error on executing "nuxt-link-checker-rpc:toggleLiveInspections": 16:52:49
[birpc] function "nuxt-link-checker-rpc:toggleLiveInspections" not found
ERROR [nuxt-devtools] RPC error on executing "nuxt-link-checker-rpc:reset": 16:52:50
[birpc] function "nuxt-link-checker-rpc:reset" not found
Reproduction
create a new nuxt project and add [email protected]
System / Nuxt Info
npx nuxi info
Working directory: D:/EDM115/Documents/IUT/SAE 3.A.01/Tab-Magiques 16:53:50
Nuxt project info: 16:53:50
------------------------------
- Operating System: Windows_NT
- Node Version: v21.7.2
- Nuxt Version: 3.11.2
- CLI Version: 3.11.1
- Nitro Version: 2.9.6
- Package Manager: [email protected]
- Builder: -
- User Config: aos, app, build, css, device, devtools, googleFonts, i18n, image, linkChecker, lodash, modules, nitro, plugins, ssr, telemetry, vite
- Runtime Modules: (), @nuxt/[email protected], @nuxt/[email protected], @nuxt/[email protected], @nuxtjs/[email protected], @nuxtjs/[email protected], @nuxtjs/[email protected], @pinia/[email protected], @vite-pwa/[email protected], @vueuse/[email protected], [email protected], [email protected], [email protected], [email protected]
- Build Modules: -
------------------------------
👉 Report an issue: https://github.com/nuxt/nuxt/issues/new 16:53:50
👉 Suggest an improvement: https://github.com/nuxt/nuxt/discussions/new
👉 Read documentation: https://nuxt.com
Hey, thanks for the details.
I've pushed up a fix for the first issue. Can you provide any reproduction details for the second one?
you can check on the project I'm currently working on :
git clone https://github.com/EDM115-org/Tab-Magiques.git --depth 1 --branch c3bb21ada6945fef6cbd58753ad970d23a7d047c
cd Tab-Magiques
npm ci
npm run dev
you can do npm i if ci failed
also ignore some error on run, it's MySQL related
This appears to have been an upstream bug, can you test with the latest please.