Hi.
I am building Chirpstack OpenWRT Gateway OS for Raspberry pi board. I followed the instructions given in Chirpstack Gateway OS
The build endup with error while compiling node package as below. Any help is appreciated.
touch /workdir/openwrt/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/chirpstack-4.19.1/.configured_68b329da9893e34099c7d8ad5cb9c940
rm -f /workdir/openwrt/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/chirpstack-4.19.1/.built
touch /workdir/openwrt/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/chirpstack-4.19.1/.built_check
(cd /workdir/openwrt/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/chirpstack-4.19.1/ui && yarn install && yarn add @chirpstack/chirpstack-api-grpc-web@4.19.1 && yarn build )
yarn install v1.22.10
info No lockfile found.
[1/4] Resolving packages...
warning @testing-library/jest-dom@6.10.0: Incorrect minor release with breaking changes (Node >=22 and required @testing-library/dom peer). Use 6.9.1 for the 6.x line, or upgrade to 7.0.0.
warning : This version is no longer supported. Please see https://eslint.org/version-support for other options.
[2/4] Fetching packages...
warning : The engine "pnpm" appears to be invalid.
error @testing-library/jest-dom@6.10.0: The engine "node" is incompatible with this module. Expected version ">=22". Got "20.20.2"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
make[4]: *** [Makefile:87: /workdir/openwrt/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/chirpstack-4.19.1/.built] Error 1
make[4]: Leaving directory '/workdir/feeds/chirpstack-openwrt-feed/chirpstack/chirpstack'
time: package/feeds/chirpstack/chirpstack/compile#27.90#12.82#50.11
ERROR: package/feeds/chirpstack/chirpstack failed to build.
make[3]: *** [package/Makefile:176: package/feeds/chirpstack/chirpstack/compile] Error 1
make[3]: Leaving directory '/workdir/openwrt'
make[2]: *** [package/Makefile:170: /workdir/openwrt/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/stamp/.package_compile] Error 2
make[2]: Leaving directory '/workdir/openwrt'
make[1]: *** [/workdir/openwrt/include/toplevel.mk:233: world] Error 2
make[1]: Leaving directory '/workdir/openwrt'
make: *** [Makefile:6: build] Error 2