We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to install EPG in docker with Ubuntu 22.04 and node.js v22 but fails with
[15/15] RUN npm install: 10.32 npm error code 1 10.32 npm error path /iptv/epg/node_modules/libxmljs2 10.32 npm error command failed 10.32 npm error command sh -c node-pre-gyp install --fallback-to-build --loglevel http 10.32 npm error make: Entering directory '/iptv/epg/node_modules/libxmljs2/build' 10.32 npm error CXX(target) Release/obj.target/xmljs/src/libxmljs.o 10.32 npm error make: Leaving directory '/iptv/epg/node_modules/libxmljs2/build'
BUT node.js v21 installs alright with few warnings only...
Hence, node.js v22 is yet to be tested?
All the best.
The text was updated successfully, but these errors were encountered:
You can workaround this issue by installing latest version of libxmljs2 (0.35.0).
libxmljs2
npm install libxmljs2@latest npm update
Sorry, something went wrong.
No branches or pull requests
Describe your issue
Trying to install EPG in docker with
Ubuntu 22.04 and
node.js v22 but fails with
BUT node.js v21 installs alright with few warnings only...
Hence, node.js v22 is yet to be tested?
All the best.
The text was updated successfully, but these errors were encountered: