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
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$
The text was updated successfully, but these errors were encountered:
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
#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
The text was updated successfully, but these errors were encountered: