mirror of
https://github.com/lichess-org/lila.git
synced 2026-05-26 13:51:00 +00:00
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
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "lila",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.28.0",
|
||||
"engines": {
|
||||
"node": ">=24",
|
||||
"pnpm": "10"
|
||||
|
||||
Reference in New Issue
Block a user