mhyfritz / astro-landing-page

An Astro + Tailwind CSS Example/Template for Landing Pages
https://astro-moon-landing.netlify.app/
MIT License
522 stars 191 forks source link

Illegal hardware instruction (core dumped) pnpm dev #6

Closed cesarblender closed 1 year ago

cesarblender commented 1 year ago

Problem

I've clonned the repo, of course, I ran pnpm install but when I run the project with pnpm dev or pnpm run dev it throws an error.

Output

> astro-landing-page@0.0.1 dev /path/to/my/dev/dir/astro-landing-page
> astro dev

[1]    11789 illegal hardware instruction (core dumped)  pnpm dev

I don't know what is happening. :(

I tried using npm or yarn, but the same...

mhyfritz commented 1 year ago

Possibly a Node.js issue. I would try different versions of Node. You can easily do this with fnm. Make sure to delete node_modules and then run npm install again. Hope that helps!

mhyfritz commented 1 year ago

Closing this now. Feel free to re-open if you have any update.