TinaCMS and Jekyll: lots of errors

Hi, I have my site created with Jekyll on a DigitalOcean VPS, I’m trying to integrate TinaCMS with it but I’m running in some troubles using the official guide (Jekyll + TinaCMS Setup Guide | TinaCMS Docs)

When I launch

npx @tinacms/cli@latest init

It takes 10/15 mins and then I got the shell prompt without any question like the guide says

When prompted for the "public assets directory ", enter: "./ ".

And when I try to launch it get this error:

npx tinacms
npm error could not determine executable to run

But it’s installed.

Any other CMS to suggest that works (not with GitHub)?

Thanks.

Try Static CMS

The documentation says it relies on GitHub.

What kind of CMS are you looking for ?

Something like the Jekyll-admin plugin, that can use the existing website (or I can build it and import my website) but not a CMS that rely on git command to update the website.

Now I’m manually writing the markdown and then I run jekyll b but I upload the markdown file to my website using FTP or SSH. I don’t want to edit a file on GitX to update my website.

Thanks.