I am exploring Astro and have ran the recommended code to try out their pre-built blog. The code entered into terminal is:
<code>npm create astro@latest -- --template blog
</code>
<code>npm create astro@latest -- --template blog
</code>
npm create astro@latest -- --template blog
error is:
<code>Node.js v18.3.0 is not supported by Astro!
Please upgrade Node.js to a supported version: ">=18.14.1"
</code>
<code>Node.js v18.3.0 is not supported by Astro!
Please upgrade Node.js to a supported version: ">=18.14.1"
</code>
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?