Hirokazu MORIKAWA

Results 7 issues of Hirokazu MORIKAWA

See this discussion. https://github.com/npm/cli/issues/4896 The workaround is this, but I don't think it's good... ``` git config --global url."ssh://git@".insteadOf git:// ```

In the latest version of OpenWrt, support for MIPS FPU emulators has disappeared. This removes mips(eb,el) and mips64(eb,el) from the active list. https://github.com/openwrt/openwrt/commit/ac5671f46cb4a300e2a8ae00db70c248828367f5

Support for swig 4.1.0 In swig 4.1.0, the complicated handling of "SWIG_V8_VERSION" has been cleaned up a bit. I made the same changes as in this swig. Signed-off-by: Hirokazu MORIKAWA

A custom prebuild packages repository for node.js is available for limited use. Only the latest version of Stable Release is available. (Currently **24.10.4**) The node.js version is Active LTS (Currently...

To speed up build time, we have added an option to keep a cache of npm packages. Enabling this option will reduce network traffic and parallel-build times. The npm cache...

It appears that 32-bit support will be discontinued in node.js v24.x. We will continue to keep an eye on future developments.