'react intl npm package locale data folder not found

I am trying to implement i18n in my react js application but when i am running command npm i react-intl

It's installed but locale-data not found inside react-intl folder.

Getting below mentioned error Cannot resolve module 'react-intl/locale-data/en

My node version is v14.17.6

React Version 17.0.2

"webpack": "^5.45.1"

"webpack-bundle-analyzer": "^4.4.2"

"webpack-cli": "^4.7.2"

Thanks in advance. It's my first question.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source