Package Details: nodejs-node-red 3.1.9-1

Git Clone URL: https://aur.archlinux.org/nodejs-node-red.git (read-only, click to copy)
Package Base: nodejs-node-red
Description: A visual tool for wiring the Internet of Things.
Upstream URL: https://nodered.org
Licenses: Apache
Submitter: ChaosKid42
Maintainer: ChaosKid42
Last Packager: ChaosKid42
Votes: 12
Popularity: 0.023398
First Submitted: 2017-08-01 08:03 (UTC)
Last Updated: 2024-04-12 12:55 (UTC)

Latest Comments

1 2 3 Next › Last »

dario commented on 2023-01-13 08:45 (UTC)

npm is not only needed as a build dependency (make). npm is also needed as a runtime dependency. Palette management will not work without npm.

ChaosKid42 commented on 2022-09-18 07:49 (UTC) (edited on 2022-09-18 07:50 (UTC) by ChaosKid42)

@khvalera: I don't think so. Creating users and directories after package installation is handeld through sysusers.d and tmpfiles.d. /var/lib/nodejs-node-red is currently created and owned by user/group nodejs-node-red

khvalera commented on 2022-09-17 18:55 (UTC) (edited on 2022-09-17 19:02 (UTC) by khvalera)

You need to add install -dm770 ${pkgdir}/var/lib/${pkgname} and the file nodejs-node-red.install with content:


 USER=nodejs-node-red
 GROUP=nodejs-node-red

post_install() { chown -R ${USER}:${GROUP} /var/lib/nodejs-node-red }

FabioLolix commented on 2022-01-12 21:34 (UTC)

With pkgver=${_npmver}, variable _npmver is not needed, just use ${pkgver}

tazinblack commented on 2021-04-16 18:05 (UTC)

Fresh package build works. Update with git pull does not. Maybe mirror not completely synced? Am I to fast with updating? No problem, works for me. Thank you for your work!

ChaosKid42 commented on 2021-04-16 17:33 (UTC)

tazinblack: works for me. See https://asciinema.org/a/w0kqUsdgP9Rv1vCGPywDQIzjc

tazinblack commented on 2021-04-16 17:08 (UTC) (edited on 2021-04-16 17:11 (UTC) by tazinblack)

When I try to update I get this:


$ makepkg -si
==> Making package: nodejs-node-red 1.3.2-1 (Fri Apr 16 19:07:04 2021)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found node-red-1.3.2.tgz
==> ERROR: nodejs-node-red.service was not found in the build directory and is not a URL.

Any ideas?

ChaosKid42 commented on 2020-05-04 17:12 (UTC)

@TUC: Thanks for pointing me to systemd-sysusers. Updated the package accordingly.