You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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?
The text was updated successfully, but these errors were encountered:
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.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?
The text was updated successfully, but these errors were encountered: