Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing on RPi 2b #8

Open
PKCubed opened this issue Oct 6, 2023 · 0 comments
Open

Error installing on RPi 2b #8

PKCubed opened this issue Oct 6, 2023 · 0 comments

Comments

@PKCubed
Copy link

PKCubed commented Oct 6, 2023

When running

npm install

on raspberry pi 2b, I get this error message:

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '>= 14.15.0' },
npm WARN EBADENGINE   current: { node: 'v12.22.12', npm: '7.5.2' }
npm WARN EBADENGINE }
npm ERR! code 1
npm ERR! path /home/pkcubed/aes67-sender/node_modules/audify
npm ERR! command failed
npm ERR! command sh -c prebuild-install || npm run rebuild
npm ERR! > [email protected] rebuild
npm ERR! > cmake-js compile
npm ERR! prebuild-install warn install /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.32' not found (required by /home/pkcubed/aes67-sender/node_modules/audify/build/Release/audify.node)
npm ERR! /home/pkcubed/aes67-sender/node_modules/cmake-js/lib/buildSystem.js:15
npm ERR!         return !!projectPkgJson?.binary?.napi_versions
npm ERR!                                 ^
npm ERR! 
npm ERR! SyntaxError: Unexpected token '.'
npm ERR!     at wrapSafe (internal/modules/cjs/loader.js:915:16)
npm ERR!     at Module._compile (internal/modules/cjs/loader.js:963:27)
npm ERR!     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
npm ERR!     at Module.load (internal/modules/cjs/loader.js:863:32)
npm ERR!     at Function.Module._load (internal/modules/cjs/loader.js:708:14)
npm ERR!     at Module.require (internal/modules/cjs/loader.js:887:19)
npm ERR!     at require (internal/modules/cjs/helpers.js:74:18)
npm ERR!     at Object.<anonymous> (/home/pkcubed/aes67-sender/node_modules/cmake-js/lib/index.js:4:18)
npm ERR!     at Module._compile (internal/modules/cjs/loader.js:999:30)
npm ERR!     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
npm ERR! npm ERR! code 1
npm ERR! npm ERR! path /home/pkcubed/aes67-sender/node_modules/audify
npm ERR! npm ERR! command failed
npm ERR! npm ERR! command sh -c cmake-js compile
npm ERR! 
npm ERR! npm ERR! A complete log of this run can be found in:
npm ERR! npm ERR!     /home/pkcubed/.npm/_logs/2023-10-06T02_08_45_884Z-debug.log

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/pkcubed/.npm/_logs/2023-10-06T02_08_47_944Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant