How to configure the npm install comnand to "npm install –legacy-peer-deps" in Microsoft AppCenter while building a react native app
File Attached I am trying to build my react native app from App Center. I have dependency conflicts, while running in VSCode I use the command "npm install --legacy-peer-deps" but in App center, how do I configure the same command…