I’m trying to deploy my backend but inorder to install the dependencies I’m using properly I have to “npm install --force” it. I also cant do it on the build and output settings because it says i have a vercel.json file
how could I add the “npm install --force” command in the vercel.json? file this is what I tried doing :
I tried removing the vercel.json and do the “npm install --force” on the project settings, it runs “npm install --force” correctly and now proceeds to run the build however after running the build it installs the dependencies again but now without the “–force” just a normal npm install then it errors