From 4104b782fea1f89ea8ad6824304af86768298c63 Mon Sep 17 00:00:00 2001 From: Tim Monko Date: Tue, 9 Sep 2025 23:22:23 -0500 Subject: [PATCH] add instructions for nvm and npm setup --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42454f2f1b..83a3bf11df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,8 @@ git clone https://github.com/YOUR_USERNAME/npe2api.git cd npe2api ``` -2. Install dependencies +2. Install dependencies. You will need `npm` for the Node.js dependencies. First install [`nvm`](https://github.com/nvm-sh/nvm), then use it to install `npm` with `nvm install node`. After that, install the dependencies with: + ```bash # Install Node.js dependencies npm install