fix for node 24 support #1718

This commit is contained in:
Alex Victoria 2025-11-04 20:36:25 -06:00 committed by Alex Victoria
parent 8f24ce223f
commit 247bf9b930
42 changed files with 6470 additions and 6341 deletions

View file

@ -13,7 +13,7 @@ https://strudel.cc/
After cloning the project, you can run the REPL locally:
1. Install [Node.js](https://nodejs.org/)
1. Install [Node.js](https://nodejs.org/) 18 or newer
2. Install [pnpm](https://pnpm.io/installation)
3. Install dependencies by running the following command:
```bash