telegram-support-bot icon indicating copy to clipboard operation
telegram-support-bot copied to clipboard

Compliation errors : gyp npm

Open p1nngu opened this issue 2 years ago • 1 comments

Hello , im trying to compile the bot ,but im getting these erros :

gyp ERR! build error gyp ERR! stack Error: make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/root/telegram-support-bot-3.1.1/node_modules/node-gyp/lib/build.js:194:23) gyp ERR! stack at ChildProcess.emit (events.js:400:28) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:285:12) gyp ERR! System Linux 3.10.0-1160.62.1.el7.x86_64 gyp ERR! command "/usr/bin/node" "/root/telegram-support-bot-3.1.1/node_modules/.bin/node-gyp" "rebuild" "--release" gyp ERR! cwd /root/telegram-support-bot-3.1.1/node_modules/better-sqlite3 gyp ERR! node -v v14.19.3 gyp ERR! node-gyp -v v9.0.0 gyp ERR! not ok npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] install: prebuild-install || npm run build-release npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] install 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/2022-07-04T12_14_29_999Z-debug.log `

My OS Version: CentOS Linux release 7.9.2009 (Core) My Node Version : v14.19.3

Any solutions?

p1nngu avatar Jul 04 '22 12:07 p1nngu

Seems like some dependencies are not installed. Did you follow the Getting Started guide?

bostrot avatar Jul 15 '22 10:07 bostrot