How do i change the install command
gonanafarm
HOBBYOP

2 years ago

How do i change the install command on a nodejs service

View Deploy details

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

4 Replies

2 years ago

Did you not want to fix the dependency conflict?


gonanafarm
HOBBYOP

2 years ago

No i just want to add a force flag to the install


2 years ago

In a nixpacks.toml file -

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

gonanafarm
HOBBYOP

2 years ago

arigato


Loading...