vinitshahdeo / portfolio

Minimal Portfolio Template for Software Engineer using Astro and Tailwind CSS, optimized for accessibility, performance and SEO.
https://vinitshahdeo.com
MIT License
25 stars 5 forks source link

Astro template doesn't get copied #3

Closed heysujal closed 3 months ago

heysujal commented 3 months ago

When trying to create a copy of the template using the command given in readme, the program fails after initializing the Astro project. None of the files of template get copied. npm create astro@latest -- --template vinitshahdeo/portfolio

image

vinitshahdeo commented 3 months ago

Hello @heysujal! Thanks for reporting this. Which Node version are you using?

Can you please try installing with Node >20?

"engines": {
    "node": ">=20.0.0"
  },

This template requires Node 20 or higher.

Screenshot 2024-08-04 at 12 14 18 PM
heysujal commented 3 months ago

Oh, I was using older node version