i18n를 설치 했음에도 yarn dev를 할 때마다 Module not found: Can't resolve 'react-i18next'라는 에러가 발생하고, 다시 설치하고를 반복 했었다.
yarn dev
Module not found: Can't resolve 'react-i18next'
따라서 i18n.js의 언급된 모든 모듈들을 다운로드 하여 해결했다.
npm i i18next i18next-http-backend i18next-browser-languagedetector react-i18next --save