not working with Node 20.11.0
after installing the WASP on my ubuntu 22.04
I am getting error that it requires node version 18 but I have node version 20.11.0
How I can use it with this node version
1 Reply
In the current version, Wasp requires the use of Node.js 18, but in the coming days we'll update the requirement to be >= 18, so 20 will be supported.
In the meantime, consider installing
nvm
and using Node.js 18 with Wasp 🙂 https://wasp-lang.dev/docs/quick-start#more-detailsQuick Start | Wasp
Installation