-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Description
Very excited to get umami up and running, hoping that I can get past this road block and get started soon! I ran npm run build and got the following error:
Environment variables loaded from .env Prisma schema loaded from prisma/schema.prisma Error: Get config /root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x: /lib64/libc.so.6: version GLIBC_2.14' not found (required by /root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x)
/root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x: /lib64/libc.so.6: version GLIBC_2.15' not found (required by /root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x) /root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x: /lib64/libc.so.6: version GLIBC_2.17' not found (required by /root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x)
/root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x: /lib64/libc.so.6: version GLIBC_2.18' not found (required by /root/umami/node_modules/prisma/query-engine-debian-openssl-1.0.x) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! umami@1.18.0 build-db-client: dotenv prisma generate`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the umami@1.18.0 build-db-client 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/2021-06-24T17_21_24_724Z-debug.log
ERROR: "build-db-client" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! umami@1.18.0 build-db: npm-run-all copy-db-schema build-db-client
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the umami@1.18.0 build-db 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/2021-06-24T17_21_24_751Z-debug.log
ERROR: "build-db" exited with 1.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! umami@1.18.0 build: npm-run-all build-tracker build-lang build-geo build-db build-app
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the umami@1.18.0 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/2021-06-24T17_21_24_815Z-debug.log
`
I am guessing I need what ever GLIBC_2.15', GLIBC_2.17', and `GLIBC_2.18' are? How do I install those? Is there something else that I need?
Also I am running node v 10.13 and npm v 6.4.1