Upgrade to Node 22.12 (#477)

This commit is contained in:
Carlos Precioso
2025-08-05 10:53:09 +02:00
committed by GitHub
parent e2c4c40d90
commit 8fc03d970b
4 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ If you prefer video tutorials, you can watch this walkthrough below which will g
### Pre-requisites
You must have Node.js (and NPM) installed on your machine and available in `PATH` to use Wasp.
Your version of Node.js must be >= 20.
Your version of Node.js must be >= 22.12.
To switch easily between Node.js versions, we recommend using [nvm](https://github.com/nvm-sh/nvm).
@@ -81,7 +81,7 @@ Once Rosetta is installed, you should be able to run Wasp without any issues.
### Windows
In order to use Wasp on Windows, you need to install WSL2 (Windows Subsystem for Linux) and a Linux distribution of your choice. We recommend using Ubuntu.
In order to use Wasp on Windows, you need to install WSL2 (Windows Subsystem for Linux) and a Linux distribution of your choice. We recommend using Ubuntu.
**You can refer to this [article](https://wasp.sh/blog/2023/11/21/guide-windows-development-wasp-wsl) for a step by step guide to using Wasp in the WSL environment.** If you need further help, reach out to us on [Discord](https://discord.gg/rzdnErX).
@@ -127,7 +127,7 @@ curl -sSL https://get.wasp.sh/installer.sh | sh
</summary>
If you are using WSL2, make sure that your Wasp project is not on the Windows file system, <b>but instead on the Linux file system</b>. Otherwise, Wasp won't be able to detect file changes, due to this <a href='https://github.com/microsoft/WSL/issues/4739'>issue in WSL2</a>.
</details>
:::
:::
### Finalize Installation