PrismCast Oracle VPS Issues – Hacks
I first tried Docker image but I got this error:
WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
I couldn’t get around it and I also read on the official github in the issues section that:
The problem is that there is no ARM version of Chrome for Linux. Use either the NPM or Homebrew installation methods.
So I tried using NPM but even the node version in ubuntu is outdated and I get warnings:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: ‘prismcast@1.5.2’,
npm WARN EBADENGINE required: { node: ‘>=22’ },
npm WARN EBADENGINE current: { node: ‘v18.19.1’, npm: ‘9.2.0’ }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: ‘ffmpeg-for-homebridge@2.2.1’,
npm WARN EBADENGINE required: { node: ‘>=20’ },
npm WARN EBADENGINE current: { node: ‘v18.19.1’, npm: ‘9.2.0’ }
npm WARN EBADENGINE }
Read more here: Source link
