Skip to content

Could not find required intl object #2182

Answered by kark
kark asked this question in Q&A
Discussion options

You must be logged in to vote

Hi 👋 ,

This issue usually means that there are conflicting versions of react-intl installed in your repository. These kinds of dependency issues unfortunately occur from time to time.

What usually helps (from our experience) in verifying that this is the case is checking the installed versions with yarn why react-intl. This should show you if versions of react-intl installed in the repository are the same or there are conflicting versions.

If there are conflicting versions you can attempt to do the following steps:

  • Force Yarn to install the dependencies to their latest version range with yarn upgrade react-intl (with Yarn v1) or yarn up -R react-intl (with Yarn v3).
  • Use Yarn resolutions

Replies: 1 comment 1 reply

Comment options

kark
Apr 21, 2022
Maintainer Author

You must be logged in to vote
1 reply
@CarlosCortizasCT
Comment options

Answer selected by emmenko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants