Skip to content

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

@sumukhbarve

Description

@sumukhbarve

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions