From 3c701a5e4d90a006fa520748aef59e80ad623151 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Wed, 11 Mar 2026 12:56:02 +0100 Subject: [PATCH] restore package.json `packageManager` setting what breaks dev on NixOs is that pnpm adds `node_modules/.bin` to the $PATH. `rm -rf node_modules/.bin` works as a workaround --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d60347c1d3f..3c4344e4731 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "lila", "private": true, + "packageManager": "pnpm@10.28.0", "engines": { "node": ">=24", "pnpm": "10"