Your docs say "Download and Install NodeJS >= 18.15.0", but your code seems to stop at version 20.x (we now have 23.x). Trying to pnpm install with Node 23.x failed - I had to explicitly downgrade to 20.x in order to install sucessfully.
Please, either update your docs or (better) upgrade to a newer Node.js version!
Your docs say "Download and Install NodeJS >= 18.15.0", but your code seems to stop at version 20.x (we now have 23.x). Trying to
pnpm installwith Node 23.x failed - I had to explicitly downgrade to 20.x in order to install sucessfully.Please, either update your docs or (better) upgrade to a newer Node.js version!