diff --git a/nixpacks.toml b/nixpacks.toml index 9e01593..2d90ea2 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -14,7 +14,7 @@ cacheDirectories = ['node_modules/.cache'] [phases.install] dependsOn = ['setup'] -cmds = ['npm install'] +cmds = ['npm install --legacy-peer-deps'] cacheDirectories = [ '/root/.cache/Cypress', '/root/.npm',