From dfa7d6173d8b3949e11b38c300a553fbf28fe734 Mon Sep 17 00:00:00 2001 From: Juhyung Park Date: Mon, 17 Nov 2025 05:34:17 +0900 Subject: [PATCH] Guide users to enable corepack Signed-off-by: Juhyung Park --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9b746fb..bd825ec 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ This repository provides instructions and helper scripts to install [Immich](htt * [Node.js](https://github.com/nodesource/distributions) +You need corepack enabled to use pnpm. + +```bash +sudo npm install npm@latest -g +sudo npm install corepack@latest -g +sudo corepack enable +``` + * [PostgreSQL](https://www.postgresql.org/download/linux) * [Redis](https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-redis/install-redis-on-linux)