D
Dokploy2w ago
AlexN

npm install --force?

How do run this install command like on Vercel?
No description
4 Replies
AlexN
AlexNOP2w ago
I need to do "npm install --force" but I cannot, any help?
Henrik
Henrik2w ago
Depends on how you deploy. Dockerfile, nixpacks, etc.
AlexN
AlexNOP2w ago
I am using nixpacks. Should I use a Dockerfile instead? And if yes, then do I host it in the same folder as NextJS?
Henrik
Henrik7d ago
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

Did you find this page helpful?