stefanjudis / tiny-helpers

A collection of useful online web development tools

Home Page:https://tiny-helpers.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not able to clone

WitchDevelops opened this issue · comments

Maybe I'm doing it wrong, but with GitHub desktop I'm getting this error:
image

While when trying to contribute on Codespaces I'm seeing this after running npm ci:
image

Oh wow. You're running into two different issues here.

  1. Looks like one file has an invalid character that doesn't work well. Let me rename it.
  2. The project right now required Node 18 and should be bumped to Node 20.

I'll do both things right now. :)

Update: Vercel (where this project is deployed) doesn't support Node 20 yet. So unfortunately, it has to stay on Node 18 for now. :/

That solved it, thanks!

Yay! 🎉