07-08-2018, 05:39 AM
Hi,
im running an Asustor NAS with a proprietary node.js and i get the following error when trying to install talib/tulip:
Any way to get around this?
im running an Asustor NAS with a proprietary node.js and i get the following error when trying to install talib/tulip:
Code:
admin@VAULT:/volume1/.@plugins/AppCentral/gekko $ npm install talib
> talib@1.0.5 install /volume1/.@plugins/AppCentral/gekko/node_modules/talib
> node ./src/lib/build.js && node-gyp configure && node-gyp build
building talib functions...
/bin/sh: make: not found
gyp ERR! build error
gyp ERR! stack Error: not found: make
gyp ERR! stack at getNotFoundError (/volume1/.@plugins/AppCentral/nodejs/lib /node_modules/npm/node_modules/which/which.js:14:12)
gyp ERR! stack at F (/volume1/.@plugins/AppCentral/nodejs/lib/node_modules/n pm/node_modules/which/which.js:69:19)
gyp ERR! stack at E (/volume1/.@plugins/AppCentral/nodejs/lib/node_modules/n pm/node_modules/which/which.js:81:29)
gyp ERR! stack at /volume1/.@plugins/AppCentral/nodejs/lib/node_modules/npm/ node_modules/which/which.js:90:16
gyp ERR! stack at /volume1/.@plugins/AppCentral/nodejs/lib/node_modules/npm/ node_modules/which/node_modules/isexe/index.js:44:5
gyp ERR! stack at /volume1/.@plugins/AppCentral/nodejs/lib/node_modules/npm/ node_modules/which/node_modules/isexe/access.js:8:5
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:123:15)
gyp ERR! System Linux 4.4.24
gyp ERR! command "/volume1/.@plugins/AppCentral/nodejs/bin/node" "/volume1/.@plu gins/AppCentral/nodejs/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.j s" "build"
gyp ERR! cwd /volume1/.@plugins/AppCentral/gekko/node_modules/talib
gyp ERR! node -v v6.9.1
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm ERR! Linux 4.4.24
npm ERR! argv "/volume1/.@plugins/AppCentral/nodejs/bin/node" "/usr/local/bin/np m" "install" "talib"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! talib@1.0.5 install: `node ./src/lib/build.js && node-gyp configure && node-gyp build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the talib@1.0.5 install script 'node ./src/lib/build.js && no de-gyp configure && node-gyp build'.
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 talib package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node ./src/lib/build.js && node-gyp configure && node-gyp build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs talib
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls talib
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /volume1/.@plugins/AppCentral/gekko/npm-debug.log
Code:
admin@VAULT:/volume1/.@plugins/AppCentral/gekko $ npm install tulind
> tulind@0.8.10 install /volume1/.@plugins/AppCentral/gekko/node_modules/tulind
> node-pre-gyp install --fallback-to-build
node-pre-gyp ERR! Tried to download(404): https://tulipnode.s3.amazonaws.com/tulind/v0.8.10/Release/tulind-v0.8.10-node-v48-linux-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for tulind@0.8.10 and node@6.9.1 (node-v48 ABI, unknown) (falling back to source compile with node-gyp)
gyp ERR! build error
gyp ERR! stack Error: not found: make
gyp ERR! stack at getNotFoundError (/volume1/.@plugins/AppCentral/nodejs/lib/node_modules/npm/node_modules/which/which.js:14:12)
gyp ERR! stack at F (/volume1/.@plugins/AppCentral/nodejs/lib/node_modules/npm/node_modules/which/which.js:69:19)
gyp ERR! stack at E (/volume1/.@plugins/AppCentral/nodejs/lib/node_modules/npm/node_modules/which/which.js:81:29)
gyp ERR! stack at /volume1/.@plugins/AppCentral/nodejs/lib/node_modules/npm/node_modules/which/which.js:90:16
gyp ERR! stack at /volume1/.@plugins/AppCentral/nodejs/lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js:44:5
gyp ERR! stack at /volume1/.@plugins/AppCentral/nodejs/lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js:8:5
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:123:15)
gyp ERR! System Linux 4.4.24
gyp ERR! command "/volume1/.@plugins/AppCentral/nodejs/bin/node" "/volume1/.@plugins/AppCentral/nodejs/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/volume1/.@plugins/AppCentral/gekko/node_modules/tulind/lib/binding/Release/node-v48-linux-x64/tulind.node" "--module_name=tulind" "--module_path=/volume1/.@plugins/AppCentral/gekko/node_modules/tulind/lib/binding/Release/node-v48-linux-x64" "--node_abi_napi=node-v48"
gyp ERR! cwd /volume1/.@plugins/AppCentral/gekko/node_modules/tulind
gyp ERR! node -v v6.9.1
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/volume1/.@plugins/AppCentral/nodejs/bin/node /volume1/.@plugins/AppCentral/nodejs/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/volume1/.@plugins/AppCentral/gekko/node_modules/tulind/lib/binding/Release/node-v48-linux-x64/tulind.node --module_name=tulind --module_path=/volume1/.@plugins/AppCentral/gekko/node_modules/tulind/lib/binding/Release/node-v48-linux-x64 --node_abi_napi=node-v48' (1)
node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/volume1/.@plugins/AppCentral/gekko/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack at emitTwo (events.js:106:13)
node-pre-gyp ERR! stack at ChildProcess.emit (events.js:191:7)
node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:877:16)
node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
node-pre-gyp ERR! System Linux 4.4.24
node-pre-gyp ERR! command "/volume1/.@plugins/AppCentral/nodejs/bin/node" "/volume1/.@plugins/AppCentral/gekko/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /volume1/.@plugins/AppCentral/gekko/node_modules/tulind
node-pre-gyp ERR! node -v v6.9.1
node-pre-gyp ERR! node-pre-gyp -v v0.9.1
node-pre-gyp ERR! not ok
Failed to execute '/volume1/.@plugins/AppCentral/nodejs/bin/node /volume1/.@plugins/AppCentral/nodejs/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/volume1/.@plugins/AppCentral/gekko/node_modules/tulind/lib/binding/Release/node-v48-linux-x64/tulind.node --module_name=tulind --module_path=/volume1/.@plugins/AppCentral/gekko/node_modules/tulind/lib/binding/Release/node-v48-linux-x64 --node_abi_napi=node-v48' (1)
npm ERR! Linux 4.4.24
npm ERR! argv "/volume1/.@plugins/AppCentral/nodejs/bin/node" "/usr/local/bin/npm" "install" "tulind"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! code ELIFECYCLE
npm ERR! tulind@0.8.10 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the tulind@0.8.10 install script 'node-pre-gyp install --fallback-to-build'.
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 tulind package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-pre-gyp install --fallback-to-build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs tulind
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls tulind
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /volume1/.@plugins/AppCentral/gekko/npm-debug.log
Any way to get around this?