Problems Compiling

I’m following the instructions to build WLED, but it is failing on the step “Install all dependencies”. NPM INSTAL fails when trying to build contextify. It looks like a version compatibility issue with node / npm. I’m doing this on a Ubuntu 22.04 system. I have Node v22.11.0 && Npm 10.9.0. The instruction say that you need Node.js 20 or higher installed, but that does not seem specific enough. What is the specific recipe needed to get this working? What version of Node is known to work?

I dropped Node.js back to v20 and got it working