harlan-zw / nuxt-link-checker

Find and magically fix links that may be negatively effecting your Nuxt sites SEO.
https://nuxtseo.com/link-checker
78 stars 9 forks source link

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

Open EDM115 opened 2 months ago

EDM115 commented 2 months ago

Describe the bug

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

Reproduction

create a new nuxt project and add nuxt-link-checker@3.0.0-rc.8

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:  npm@10.5.2
- Builder:          -
- User Config:      aos, app, build, css, device, devtools, googleFonts, i18n, image, linkChecker, lodash, modules, nitro, plugins, ssr, telemetry, vite
- Runtime Modules:  (), @nuxt/devtools@1.2.0, @nuxt/eslint@0.3.9, @nuxt/image@1.6.0, @nuxtjs/device@3.1.1, @nuxtjs/google-fonts@3.2.0, @nuxtjs/i18n@8.3.0, @pinia/nuxt@0.5.1, @vite-pwa/nuxt@0.6.0, @vueuse/nuxt@10.9.0, nuxt-aos@1.2.4, nuxt-icon@0.6.10, nuxt-link-checker@3.0.0-rc.8, nuxt-lodash@2.5.3
- 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
harlan-zw commented 2 months ago

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?

EDM115 commented 2 months ago

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