-
Hello everyone, While working on an older project running next-intl 2.14.6, I ran into the following issue:
After some headaches and digging through my node_modules subfolders to check for exports; I saw that my yarn.lock file was pulling I added a resolution and a manual declaration of use-intl to my package.json to make sure next-intl didn't default to [email protected]
https://www.npmjs.com/package/use-intl/v/2.22.3?activeTab=readme It looks like version 2.22.3 was a misnomer. It was unlisted in the version history in npmjs.com and I had to go to that url directly. I wanted to make this thread in case anyone else runs into this issue in the future, as it looks like older versions of next-intl 2 will automatically try and pull all the way up to v2.22.3 of use-intl. Solution: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Somewhat interesting to me that yarn resolved to the deprecated version, it's the first time I've heard of this and there were a bunch of people von v2 when v3 was released. Anyway, thank you very much for sharing this as a reference for everyone who's still on v2! |
Beta Was this translation helpful? Give feedback.
Somewhat interesting to me that yarn resolved to the deprecated version, it's the first time I've heard of this and there were a bunch of people von v2 when v3 was released.
Anyway, thank you very much for sharing this as a reference for everyone who's still on v2!