Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Install Node-Red on Debian 9.6

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
Goudduif
Posts: 2
Joined: 2019-01-08 10:44

Install Node-Red on Debian 9.6

#1 Post by Goudduif »

Hi I've no experience with Debian.
Is there anyone available that can provide me the installation instructions to install Node-red on Debian 9.6 system?
I tried with this one, but that didn't work, https://tecadmin.net/install-latest-nod ... on-debian/ and I review this link as well https://nodered.org/docs/hardware/raspberrypi

But I'll install it not on a PI

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

Re: Install Node-Red on Debian 9.6

#2 Post by llivv »

probably not the best project to try, especially if unfamiliar with Debian.
you can install nodejs and node modules individually using apt.
I don't see node-red in there, but there are at least a hundred modules available.
Also I believe the node version in the repo is 8 if using Debian Stable
nodejs version could be higher using testing or unstable ?

The developers url https://nodejs.org/en/ and github page https://github.com/nodejs for everything nodejs

instructions for install packages \
Installing Node.js via package manager
that is the nodejs package manager - not the debian package repo \

And in the link you provided above
https://tecadmin.net/install-latest-nod ... on-debian/
see the instructions at the bottom of the first paragraph.
To install specific nodejs version, Visit our tutorial Install Specific Nodejs Version with NVM.
NVM is not in the Debian repo

finally https://nodejs.org/en/
And the developers OS
https://www.joyent.com/smartos
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

Goudduif
Posts: 2
Joined: 2019-01-08 10:44

Re: Install Node-Red on Debian 9.6

#3 Post by Goudduif »

llivv wrote:probably not the best project to try, especially if unfamiliar with Debian

And in the link you provided above
https://tecadmin.net/install-latest-nod ... on-debian/
see the instructions at the bottom of the first paragraph.
To install specific nodejs version, Visit our tutorial Install Specific Nodejs Version with NVM.
NVM is not in the Debian repo

finally https://nodejs.org/en/
And the developers OS
https://www.joyent.com/smartos
Thanks for your help.
I'm new with Debian, but not Total new with Linux.

I was able to complete the install with the link you provide me.

Post Reply