From ef0e46c328db77614a33602d25c38e0dcfae04d2 Mon Sep 17 00:00:00 2001 From: MrMatiz2 Date: Sun, 22 Jun 2025 21:54:54 -0500 Subject: [PATCH] fix: pnpm added to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b40376..334e312 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you would like your node to be available on n8n cloud you can also [submit yo You need the following installed on your development machine: * Docker and Docker Compose -* NodeJS and npm +* NodeJS, npm and pnpm (Execture npm install -g pnpm@latest-10 after installing npm) Once you have cloned the repository: