Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run locally #450

Open
henrythemann opened this issue Sep 20, 2024 · 0 comments
Open

Can't run locally #450

henrythemann opened this issue Sep 20, 2024 · 0 comments

Comments

@henrythemann
Copy link

Cloned the repo and followed the steps in the README (cd dev; npm install -- package.json; npm run dev), but I was fighting through errors for an hour before giving up.

The errors were related to SSL stuff when running npm run dev, which I tried to get around by using nvm with node 16 and also using a newer node with this command export NODE_OPTIONS=--openssl-legacy-provider. Neither solution worked. I run npm run dev, and just get this message over and over:

Client pings, but there's no entry for page: /_error
Client pings, but there's no entry for page: /_error
Client pings, but there's no entry for page: /_error

I even tried adding an error.tsx file in the pages folder, but that had no effect.

Seems like the README could be a bit more thorough... What version of node are we actually supposed to use? And how do I get around all these errors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant