fabian-hiller / valibot

The modular and type safe schema library for validating structural data 🤖
https://valibot.dev
MIT License
5.67k stars 170 forks source link

@valibot/i18n could not be installed #617

Closed ajiho closed 1 month ago

ajiho commented 1 month ago
$ npm i @valibot/i18n -D
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: quicktab@0.0.3
npm ERR! Found: valibot@0.31.0-rc.6
npm ERR! node_modules/valibot
npm ERR!   dev valibot@"^0.31.0-rc.6" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer valibot@"0.30.0" from @valibot/i18n@0.13.0
npm ERR! node_modules/@valibot/i18n
npm ERR!   dev @valibot/i18n@"*" from the root project
npm ERR!
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR!
npm ERR! For a full report see:
npm ERR! C:\Users\Administrator\AppData\Local\npm-cache\_logs\2024-05-31T01_02_59_955Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: C:\Users\Administrator\AppData\Local\npm-cache\_logs\2024-05-31T01_02_59_955Z-debug-0.log
fabian-hiller commented 1 month ago

I'm sorry, our i18n package has not yet been updated to our new release candidate. I will work on it as soon as I officially release v0.31.0 next week. Until then, you can downgrade Valibot to v0.30.0 or keep your current version and manually add the translations you need. Reach out if you have any questions.

ajiho commented 1 month ago

I have seen the official release of v0.31.0, but the corresponding translation package has not been updated synchronously yet

fabian-hiller commented 1 month ago

That's true. I will try to fix this today.

fabian-hiller commented 1 month ago

@valibot/i18n v0.15.0 is available