mifi / editly

Slick, declarative command line video editing & API
MIT License
4.64k stars 295 forks source link

Issues installing editly on RHEL7 system #199

Open upnorth173 opened 2 years ago

upnorth173 commented 2 years ago

Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/local/lib/node_modules/editly/node_modules/canvas/build/Release/canvas.node) at Object.Module._extensions..node (internal/modules/cjs/loader.js:1144:18) at Module.load (internal/modules/cjs/loader.js:950:32) at Function.Module._load (internal/modules/cjs/loader.js:790:12) at Module.require (internal/modules/cjs/loader.js:974:19) at require (internal/modules/cjs/helpers.js:101:18) at Object. (/usr/local/lib/node_modules/editly/node_modules/canvas/lib/bindings.js:3:18) at Module._compile (internal/modules/cjs/loader.js:1085:14) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) at Module.load (internal/modules/cjs/loader.js:950:32) at Function.Module._load (internal/modules/cjs/loader.js:790:12) { code: 'ERR_DLOPEN_FAILED' }

I have updated gcc etc by installing RHEL devtoolset-8. How can I get editly to install and run on RHEL7?

Thanks

MDxWARRIORxOP commented 1 year ago

im getting the same error, Im on windows 10.

I treied reinstalling node_modules and even nodejs, but still dosent work

MDxWARRIORxOP commented 1 year ago
node:internal/modules/cjs/loader:1302
  return process.dlopen(module, path.toNamespacedPath(filename));
                 ^

Error: The specified module could not be found.
\\?\D:\Learning-Nodejs\YoutubeShortsGenerator\node_modules\gl\build\Release\webgl.node
    at Module._extensions..node (node:internal/modules/cjs/loader:1302:18)       
    at Module.load (node:internal/modules/cjs/loader:1081:32)
    at Module._load (node:internal/modules/cjs/loader:922:12)
    at Module.require (node:internal/modules/cjs/loader:1105:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at bindings (D:\Learning-Nodejs\YoutubeShortsGenerator\node_modules\bindings\bindings.js:112:48)
    at Object.<anonymous> (D:\Learning-Nodejs\YoutubeShortsGenerator\node_modules\gl\src\javascript\native-gl.js:1:40)
    at Module._compile (node:internal/modules/cjs/loader:1218:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1272:10)
    at Module.load (node:internal/modules/cjs/loader:1081:32) {
  code: 'ERR_DLOPEN_FAILED'
}