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

Setting up redash for Ubuntu 16.04. Fails due to NPM Build. #4405

Closed
onewiththeonly1 opened this issue Nov 27, 2019 · 2 comments
Closed

Setting up redash for Ubuntu 16.04. Fails due to NPM Build. #4405

onewiththeonly1 opened this issue Nov 27, 2019 · 2 comments

Comments

@onewiththeonly1
Copy link

npm ERR! Linux 4.15.0-45-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "run" "build"
npm ERR! node v4.2.6
npm ERR! npm v3.5.2
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! redash-client@9.0.0-alpha build: npm run clean && NODE_ENV=production node --max-old-space-size=4096 node_modules/.bin/webpack
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the redash-client@9.0.0-alpha build script 'npm run clean && NODE_ENV=production node --max-old-space-size=4096 node_modules/.bin/webpack'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the redash-client package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run clean && NODE_ENV=production node --max-old-space-size=4096 node_modules/.bin/webpack


npm-debug.log

@kravets-levko
Copy link
Collaborator

Hi @pktiw! Your NodeJS is outdated. Please upgrade NodeJS and NPM to versions required by Redash:

redash/package.json

Lines 26 to 28 in 80f3ec1

"engines": {
"node": "^8.0.0",
"npm": "^5.0.0"

@support
Copy link

support bot commented Nov 27, 2019

👋 @pktiw, we use the issue tracker exclusively for bug reports and planned work. However, this issue appears to be a support request. Please use our forum to get help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants