We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apparently there is a missing script in package.json
I followed the steps in README.md. When I run 'npm run docker:admin-api' we get the following error message:
npm ERR! Missing script: "docker:admin-api" npm ERR! npm ERR! To see a list of scripts, run: npm ERR! npm run
npm ERR! A complete log of this run can be found in: npm ERR! /Users/root/.npm/_logs/2023-01-24T07_22_09_777Z-debug-0.log
The text was updated successfully, but these errors were encountered:
Is it working for you now ?
Sorry, something went wrong.
use v.1.0.0 seem working fine, instead of the latest commit
version 1.0.0 is not working for me :
ERROR: failed to solve: executor failed running [/bin/sh -c YARN_CACHE_FOLDER=/yarn yarn install]: exit code: 137 Service 'admin-api' failed to build : Build failed
No branches or pull requests
Apparently there is a missing script in package.json
I followed the steps in README.md. When I run 'npm run docker:admin-api' we get the following error message:
npm ERR! Missing script: "docker:admin-api"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/root/.npm/_logs/2023-01-24T07_22_09_777Z-debug-0.log
The text was updated successfully, but these errors were encountered: