Install this version:
emerge -a =app-misc/node-red-4.1.10
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/node-red-4.1.10
Or alternatively:
emerge --autounmask-write -a =app-misc/node-red-4.1.10
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 4.1.10 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit nodejs-mod systemd tmpfiles
DESCRIPTION="A visual tool for wiring the Internet of Things."
HOMEPAGE="https://nodered.org"
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
https://www.inode64.com/dist/${P}-node_modules.tar.xz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
acct-group/node-red
acct-user/node-red
net-libs/nodejs[npm]
"
NODEJS_EXTRA_FILES="packages"
src_install() {
# Remove jsdoc-nr-template, prune use git to get the version
rm -rf node_modules/jsdoc-nr-template/ || die
sed -i -e '/jsdoc-nr-template/d' package.json || die
nodejs-mod_src_install
dotmpfiles "${FILESDIR}"/node-red.conf
doinitd "${FILESDIR}"/${PN}
systemd_dounit "${FILESDIR}/${PN}.service"
}
pkg_postinst() {
tmpfiles_process node-red.conf
}
acct-group/node-red acct-user/node-red net-libs/nodejs[npm]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | node-red-4.1.10-node_modules.tar.xz | 37642172 bytes | https://www.inode64.com/dist/node-red-4.1.10-node_modules.tar.xz |
| DIST | node-red-4.1.10.tar.gz | 9169441 bytes | https://github.com/node-red/node-red/archive/refs/tags/4.1.10.tar.gz |