4 Replies
I need to do "npm install --force" but I cannot, any help?
Depends on how you deploy. Dockerfile, nixpacks, etc.
I am using nixpacks. Should I use a Dockerfile instead? And if yes, then do I host it in the same folder as NextJS?
I think you have to use a Dockerfile instead to run
npm install --force
. I don't really use nixpacks so i'm not sure if that is a possibility