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

getting started locally -- pnpm bulid fails, so does docker-compose up #64

Open
sumukhbarve opened this issue Dec 6, 2023 · 4 comments

Comments

@sumukhbarve
Copy link

sumukhbarve commented Dec 6, 2023

Trench sounds interesting. Thanks for your working on it!

In trying to run it locally, I've run into a couple of snags.

Cloned the repo and ran pnpm install at the root. Then tried each of pnpm dev, pnpm build and docker-compose up.

First ran into some type errors in fetchGithubData.ts:
image

I've opened a PR for fixing above type errors. But even after fixing those, pnpm dev kept failing; and I figured this was likely because prisma-related build steps weren't run. So I gave pnpm build a shot; but that too failed. There seem to be complaints about stuff in Sha1.ts:
image

However, the code editor isn't complaining about Sha1.ts at all. I'm looking around, but I'm not entirely sure why the build phase complains about this. Any pointers?

Thank you!

@sumukhbarve
Copy link
Author

Also, docker-compose up isn't quite working. It too errors running pnpm run dev:
image

@akmalk
Copy link

akmalk commented Jan 8, 2024

I'm facing exactly the same issues

@xboxue
Copy link
Contributor

xboxue commented Jan 8, 2024

Thanks, we're working on a fix and we'll give an update when it's merged.

@akmalk
Copy link

akmalk commented Jan 10, 2024

Do you have any requirements what OS version and other details should be used for the docker host?

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

3 participants