From 247968160eb453ff191bac127390c7b113d1c6d1 Mon Sep 17 00:00:00 2001 From: LassadBoubarma Date: Sat, 3 May 2025 17:38:58 +0100 Subject: [PATCH] docs: add nvm use 16 to setup instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 39a3c5b..32519d9 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,18 @@ A tutorial demonstrating how to draw a large number of particles with Three.js a - Run `npm start` - Build `npm run build` +## ⚠️ Node Version Compatibility + +This project is not compatible with Node.js v17 or higher due to OpenSSL 3 breaking changes. + +To run it properly, use **Node.js v16**: + +```bash +nvm install 16 +nvm use 16 +npm install +npm start + ## Libraries - [ControlKit](https://github.com/brunoimbrizi/controlkit.js) - GUI - [gsap](https://www.npmjs.com/package/gsap) - animation platform