From b77bb9fd4e865d04fc58f63ef13ef93c365812b0 Mon Sep 17 00:00:00 2001 From: Mamadou Sall Date: Sun, 24 Aug 2025 23:19:56 +0200 Subject: [PATCH] fix --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index e819211..5454547 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -3,7 +3,7 @@ nixPkgs = ["nodejs_20"] # ou nodejs_22 si tu veux du plus récent [phases.install] -cmds = ["npm install"] +cmds = ["npm install --legacy-peer-deps"] [phases.build] cmds = ["npm run build"]