


























Found a fix that included --ignore-engines to yarn install. Worked :)
@zynex You'll want to install "nodejs-lts-iron - For 20.X version" from the arch repos and replace the normal nodejs install. This package should probably be modified to depend on nodejs-lts-iron or nodejs-lts-hydrogen rather than nodejs. Both lts packages provide nodejs so they should properly satisfy the package as it currently exists though.
Can't update the package to latest version, keep getting error @homebridge/ciao@1.2.0: The engine "node" is incompatible with this module. Expected version "^18 || ^20". Got "21.7.2".
I'll be dropping this package, since >=9.4 requires some significant changes and I'll be dropping my Z-Wave setup soon, so I'll have no way of testing this sufficiently.
I reverted to 9.3.1 for now, just to leave this package in a somewhat working state. Feel free to adopt.
9.5.1-1 fails to build with:
removed 'node_modules/material-design-icons-iconfont/.github/workflows/build-and-deploy.yml'
removed directory 'node_modules/material-design-icons-iconfont/.github/workflows'
removed directory 'node_modules/material-design-icons-iconfont/.github'
removed 'node_modules/has-bigints/.github/FUNDING.yml'
removed directory 'node_modules/has-bigints/.github'
removed 'node_modules/proxyquire/.github/FUNDING.yml'
removed directory 'node_modules/proxyquire/.github'
removed directory 'node_modules/prettier-linter-helpers/.github'
removed 'node_modules/typed-array-byte-offset/.github/FUNDING.yml'
removed directory 'node_modules/typed-array-byte-offset/.github'
cp: cannot stat 'bin': No such file or directory
cp: cannot stat 'lib': No such file or directory
cp: cannot stat 'app.ts': No such file or directory
==> ERROR: A failure occurred in package().
@arniec Sorry about that, should be fixed with -3.
Hello, when I run makepkg, the error message "cp: cannot stat 'dist/static/*': No such file or directory" appears and aborts the installation. Can anyone help me? I'm not sure if this is the right place to say this. I read the PKGBUILD but I'm not sure how to fix it myself
The PKGBUILD should probably also have replaces=(zwavejs2mqtt) it is as well
zwavejs2mqtt was renamed by upstream to zwave-js-ui. Please switch to this package if you want to continue getting updates.
Be aware that there are some manual steps involved by switching packages. They are explained when you first install zwave-js-ui.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
It looks like the dependencies have been bumped upstream and are compatible with Node 22, so the
nodejs-lts-irondependency can likely be moved back tonodejs. I had no problem getting this to build / run after swapping that out in my local PKGBUILD.