Hi
I’m new at redash,I started working and when I try to run the command
docker-compose up I get this error bellow .Please help me to solve it.
I am on windows environment
Killed
npm ERR! code ELIFECYCLE
npm ERR! errno 137
npm ERR! redash-client@7.0.0-beta build: npm run clean && NODE_ENV=production node --max-old-space-size=4096 node_modules/.bin/webpack
npm ERR! Exit status 137
npm ERR!
npm ERR! Failed at the redash-client@7.0.0-beta build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2019-02-22T12_09_28_200Z-debug.log
The command ‘/bin/sh -c npm run build’ returned a non-zero code: 137

1 Like

Make sure you have enough memory for the Docker VM (3-4GB at least). If you don’t plan on developing Redash and don’t have enough system resources, you can use the pre-built images.

2 Likes

I have the same error
did you got any solution for it please ?

Related PR on GitHub: https://github.com/getredash/website/pull/288