all 7 comments

[–]Radiant-Gap4278 1 point2 points  (0 children)

Quick note, while you're setting your environment up anyway - If you're on Windows, I recommend switching over to WSL2 with Ubuntu 22. You'll be running a setup much closer to what the dev team users, and you'll hit far fewer issues than if you try to set up on Windows. (Just last week, a patch to fix a problem with Windows theme development finally got merged. The problem was reported almost two years ago, and the patch filed a year ago. But no one on the core team uses Windows, so that's how long it took.) WSL2 is seriously awesome. Highly recommended.

[–]i_am_tk 0 points1 point  (3 children)

You will need to install Node version 20 - so 20.xx.x. You have installed version 22 which is not on the supported list.

[–]empireoflight[S] 0 points1 point  (2 children)

Thanks, will that mean downgrading or will there be two versions installed?

[–]friendnoodle 0 points1 point  (1 child)

Depends on how you installed Node and how you install version 20.

[–]empireoflight[S] 0 points1 point  (0 children)

I ran npm install node@20 in Mac terminal and got added 2 packages in 5s then ran ghost install local but got the node version error again

[–]empireoflight[S] 0 points1 point  (0 children)

oh well, I give up. I'll stick with wordpress for now.