I am exploring Astro and have ran the recommended code to try out their pre-built blog. The code entered into terminal is:
npm create astro@latest -- --template blog
error is:
Node.js v18.3.0 is not supported by Astro!
Please upgrade Node.js to a supported version: ">=18.14.1"
I was expecting it to work, given it’s just a standard npm install script. Not sure why this is happening. Anyone had a similar issue?