npm install --force not working

I have a react application that needs to run this install command npm install --force. However, cloudflare pages runs npm clean-install command even when my build command is currently this: npm install --legacy-peer-deps && npm run build
Was this page helpful?