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

Development Build Unable to Find @journaly/j-db-client #792

Open
DanielGall500 opened this issue Sep 30, 2022 · 0 comments
Open

Development Build Unable to Find @journaly/j-db-client #792

DanielGall500 opened this issue Sep 30, 2022 · 0 comments

Comments

@DanielGall500
Copy link

Versions

| node version | v18.9.1 |
| OS and its version | Ubuntu 22.04 LTS |

Problem Description

I'd like to work on contributing to this project but have encountered a persistent error when attempting to run npm run build from packages/web as referenced in the README.

> journaly@1.0.0 build
> npm run prisma:generate && npm run build:nexus && npm run build:next


> journaly@1.0.0 prisma:generate
> npm explore '@journaly/j-db-client' -- npm run prisma:generate

npm ERR! explore It doesn't look like @journaly/j-db-client is installed.

It's clear that it is trying to run prisma:generate from packages/j-db-client, however it doesn't seem to be able to find it. Have I missed something obvious?

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