How to --force install packages
danmesfin
TRIALOP

a year ago

I am deploying next.js latest (14.2.-) app. there is dependencies conflict, and I need to use --force install. How do I change the install command?

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

1 Replies

brody
EMPLOYEE

a year ago

Add a nixpacks.toml file -

[phases.install]
    cmds = ["npm ci --force"]

Status changed to Solved brody over 1 year ago


Loading...