mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-14 02:41:06 +00:00
Guide users to enable corepack
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user