Как установить ODBC узла

#node.js #npm #odbc

Вопрос:

У меня есть одна панель управления, и я хочу установить модуль ODBC на свой discord.

Но с cPanel это невозможно, у меня ошибка:

 npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! odbc@2.3.6 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the odbc@2.3.6 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!     /home/cp1651852p08/.npm/_logs/2021-06-01T08_28_49_912Z-debug.log
[bot-discord/crazy-ddtank.com (14)] [cp1651852p08@web46 crazy-ddtank.com]$ npm install @mapbox/node-pre-gyp -g
/home/cp1651852p08/nodevenv/bot-discord/crazy-ddtank.com/14/lib/bin/node-pre-gyp -> /home/cp1651852p08/nodevenv/bot-discord/crazy-ddtank.com/14/lib/lib/node_modules/@mapbox/node-pre-gyp/bin/node-pre-gyp
  @mapbox/node-pre-gyp@1.0.5
added 56 packages from 18 contributors in 5.112s
[bot-discord/crazy-ddtank.com (14)] [cp1651852p08@web46 crazy-ddtank.com]$ npm install odbc
npm WARN deprecated node-pre-gyp@0.14.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
npm WARN lifecycle The node binary used for scripts is /home/cp1651852p08/nodevenv/bot-discord/crazy-ddtank.com/14/bin/node but npm is using /opt/alt/alt-nodejs14/root/usr/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.
 

Комментарии:

1. какова команда, которая выдает выходной фрагмент и в какой операционной системе (и версии) вы ее выполняете?