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

Backend server does not run: - sh: babel: not found #15

Open
cer opened this issue May 27, 2021 · 0 comments
Open

Backend server does not run: - sh: babel: not found #15

cer opened this issue May 27, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cer
Copy link
Contributor

cer commented May 27, 2021

docker logs ftgo-consumer-web-ui_server_1

> [email protected] prestart /www
> npm run -s build

sh: babel: not found
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] prestart: `npm run -s build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] prestart script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-05-27T16_38_50_769Z-debug.log

> [email protected] prestart /www
> npm run -s build

sh: babel: not found
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] prestart: `npm run -s build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] prestart script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-05-27T16_44_54_760Z-debug.log

> [email protected] prestart /www
> npm run -s build

sh: babel: not found
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] prestart: `npm run -s build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] prestart script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-05-27T16_48_45_238Z-debug.log
Chriss-iMac-Pro:ftgo-consumer-web-ui cer$
dartandrevinsky added a commit to dartandrevinsky/ftgo-consumer-web-ui that referenced this issue May 27, 2021
microservices-patterns#13: WARNING: The FTGO_BACKEND_API_URL variable is not set. Defaulting to a blank string
microservices-patterns#15: Backend server does not run: - sh: babel: not found
 - altered dockerfiles and docker-compose config according to the feedback
 - changed the command to build the web app to consume less memory
 - changed CORS parameters for the server and the client
dartandrevinsky added a commit that referenced this issue May 28, 2021
#13: WARNING: The FTGO_BACKEND_API_URL variable is not set. Defaulting to a blank string
#15: Backend server does not run: - sh: babel: not found
 - changed CORS parameters for the server and the client
@dartandrevinsky dartandrevinsky added the bug Something isn't working label May 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants