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

server container stopped #15

Open
aerosadegh opened this issue Jun 19, 2022 · 0 comments
Open

server container stopped #15

aerosadegh opened this issue Jun 19, 2022 · 0 comments

Comments

@aerosadegh
Copy link

aerosadegh commented Jun 19, 2022

- /home/node/app/node_modules

I can't run project because I got this error in server service and then container stopped:

yarn run v1.22.18
$ yarn run migrate && yarn run generate && nodemon ./server/index.js
$ prisma2 lift up -c
$ prisma2 generate
Error: Get config Error: Command failed with exit code 13 (EACCES): /home/node/app/node_modules/prisma2/query-engine-linux-glibc-libssl1.1.0 cli --get_config {"datamodel":"datasource db {\r\n  provider = env(\"PRISMA_DB_PROVIDER\")\r\n  url      = env(\"PRISMA_DB_URL\")\r\n}\r\n\r\ngenerator photon {\r\n  provider = \"photonjs\"\r\n}\r\n\r\nmodel User {\r\n  id                String   @default(cuid()) @id\r\n  createdAt         DateTime @default(now())\r\n  updatedAt         DateTime @updatedAt\r\n  name              String   @unique\r\n  email             String?\r\n  githubAccessToken String?\r\n}"}

spawn /home/node/app/node_modules/prisma2/query-engine-linux-glibc-libssl1.1.0 EACCES
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@aerosadegh aerosadegh changed the title use Non-general path from your system to container server container stopped Jun 19, 2022
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