Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

useFuse: Upgrade fuse.js to v7 #267

Closed
patriciorivera opened this issue Jul 9, 2024 · 3 comments
Closed

useFuse: Upgrade fuse.js to v7 #267

patriciorivera opened this issue Jul 9, 2024 · 3 comments

Comments

@patriciorivera
Copy link

Describe the bug

Having this error at deploy:

[2024-07-09 17:43:23] │ npm ERR! code EUSAGE
[2024-07-09 17:43:23] │ npm ERR!
[2024-07-09 17:43:23] │ npm ERR! npm ci can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with npm install before continuing.
[2024-07-09 17:43:23] │ npm ERR!
[2024-07-09 17:43:23] │ npm ERR! Invalid: lock file's fuse.js@7.0.0 does not satisfy fuse.js@6.6.2
[2024-07-09 17:43:23] │ npm ERR! Missing: fuse.js@7.0.0 from lock file

doing a search:

PS C:\Users\patri\node\00_dabble\frontend\dabble-frontend-market> npm ls fuse.js
npm ERR! code ELSPROBLEMS
npm ERR! invalid: fuse.js@7.0.0 C:\Users\patri\node\00_dabble\frontend\dabble-frontend-market\node_modules\fuse.js
nuxt-app@ C:\Users\patri\node\00_dabble\frontend\dabble-frontend-market
└─┬ @nuxtjs/seo@2.0.0-rc.11
├─┬ @nuxtjs/sitemap@5.3.2
│ └─┬ @nuxt/devtools-ui-kit@1.3.9
│ └─┬ @vueuse/integrations@10.11.0
│ └── fuse.js@7.0.0 deduped invalid: "^6" from node_modules/@vueuse/integrations
└─┬ nuxt-link-checker@3.0.0-rc.12
└── fuse.js@7.0.0

related with this: vueuse/vueuse#4036

Regards,
P

Reproduction

No response

System / Nuxt Info

nuxt 3.12.3
node 20.9.0
npm 10.1.1
@harlan-zw
Copy link
Owner

The issue is that Nuxt SEO uses Fuse.js v7 but @nuxt/devtools-ui-kit is using VueUse which is using v6. Once VueUse v11 is available and being used by Nuxt Devtools then this would be solved.

I'd suggest adding an override or something for the time being

@harlan-zw
Copy link
Owner

I'm going to close this for now as there's nothing I can do on my end, please open an issue with @nuxt/devtools-ui-kit or manually provide an override.

@harlan-zw harlan-zw closed this as not planned Won't fix, can't repro, duplicate, stale Jul 25, 2024
@patriciorivera
Copy link
Author

I agree Harlan, and thank you very much for the work on this project.

Regards,
P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants