Hello, I am trying to change the installCommand to an npm install --force at the time of deployments due to a version issue that I cannot correct and my install only works with the --force flag, when changing the installCommand key in vercel.json when I upload a deployment I still see the npm install error in the logs, is the overwrite I did in vercel.json really working? or as described it is still using npm install only. ( Working on branch stage, not on main branch for this )
Yes, my vercel.json is located in the root directory and is included in my commits.
Regarding the second point, I don’t have different configurations for staging or main.
As for the third point, I initially overrode the installCommand from the Vercel dashboard, and when I got the same error as before, I decided to set it directly in vercel.json.