After installing the package through npm install @transifex/react and other packages in frontend folder,then re-running the docker containers…container logs are showing error (module not found).
This method will now work since we are running an image that is pre-built with the OpenELIS code base, not your local code. If you want to make package-related changes, then you have to build a local image of the front-end container and run that locally built image! Only then will you be able to load packages into a container, and after that, you will be able to see changes.