How do I add the --legacy-peer-deps flag during npm install?
vacostin
HOBBYOP

a year ago

^title

2 Replies

vacostin
HOBBYOP

a year ago

nvm, fixed


a year ago

for future readers, add this nixpacks.toml file to your project -

[phases.install]
    cmds = ['npm ci --legacy-peer-deps']

Loading...