prime icon indicating copy to clipboard operation
prime copied to clipboard

starting prime not working?

Open supagu opened this issue 3 years ago • 1 comments

I run "npm start" or "yarn start" or even "npx @primecms/cli start" or "npx primecms start" and they take about 2 seconds before dumping me back to the terminal. No sign there is something wrong, no indication of anything.

I'm following the guide here: https://docs.primecms.app/#/getstarted

I assume these commands should somehow block to start hosting a local server right?

supagu avatar Dec 02 '20 05:12 supagu

It seems that it's not compatible with newer versions of node (maybe because it's using an older version of TypeORM). I was able to start it using node 12, and then I had to update the packages as described here. By default, it runs on http://localhost:4000/.

It's clear that this project isn't being maintained though; maybe someone else can pick it up

mbrowne avatar Oct 18 '21 12:10 mbrowne