nuxt-link-checker icon indicating copy to clipboard operation
nuxt-link-checker copied to clipboard

v3.0.0-rc.8 doesn't work properly

Open EDM115 opened this issue 1 year ago • 2 comments

Describe the bug

After installing v3.0.0-rc.8, I notice a few issues :

  • version not updated in the devtools image
  • on non empty project, gets errors image
 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

EDM115 avatar Apr 23 '24 14:04 EDM115

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?

harlan-zw avatar Apr 29 '24 07:04 harlan-zw

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

EDM115 avatar Apr 29 '24 08:04 EDM115

This appears to have been an upstream bug, can you test with the latest please.

harlan-zw avatar Jul 16 '24 04:07 harlan-zw