How do I run npm install redux-form --legacy-peer-deps?

I need to use redux-form, but installing the latest version is leading to breaking changes.If I were to use VScode the solution would be to run " npm install redux-form --legacy-peer-deps".
Now with replit how do I achieve this so I wont have the code break?

Have you tried that command in the shell?
Shell