# Node-RED not installing on Raspberry Pi 4

**URL:** https://discourse.nodered.org/t/node-red-not-installing-on-raspberry-pi-4/70548
**Category:** General
**Created:** [13 November 2022 19:04 UTC](https://discourse.nodered.org/t/node-red-not-installing-on-raspberry-pi-4/70548 "2022-11-13T19:04:34Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![TiagoGuilherme](https://avatars.discourse-cdn.com/v4/letter/t/d26b3c/32.png) [@TiagoGuilherme](https://discourse.nodered.org/u/TiagoGuilherme)
#### Post date: [13 November 2022 19:04 UTC](https://discourse.nodered.org/t/node-red-not-installing-on-raspberry-pi-4/70548/1 "2022-11-13T19:04:34Z")

</div>

Hey, so basically im new with all this, im using the Raspberry Pi 4 and im trying to install node red, and I can't install it in the terminal of the Pi 4 just appears the imagem down below and nothing else.

 ![IMG_2170](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/6/6/66fb396ae964153f72fc011e3437c5df32a5c9f0.jpeg)

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [13 November 2022 19:38 UTC](https://discourse.nodered.org/t/node-red-not-installing-on-raspberry-pi-4/70548/2 "2022-11-13T19:38:36Z")

</div>

Use the full command as specified in the official [docs](https://nodered.org/docs/getting-started/raspberrypi)...

`bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --node16`

Note. I added the `--node16` to save you missing that part

Ps, you missed the last `)` in your screenshot

---

<div class="post-metadata">

### Author: ![TiagoGuilherme](https://avatars.discourse-cdn.com/v4/letter/t/d26b3c/32.png) [@TiagoGuilherme](https://discourse.nodered.org/u/TiagoGuilherme)
#### Post date: [14 November 2022 10:36 UTC](https://discourse.nodered.org/t/node-red-not-installing-on-raspberry-pi-4/70548/3 "2022-11-14T10:36:54Z")

</div>

Hey, thanks for replying it helped with the command 😀  
But now I have this problem and I've already look in the internet and I can't do what they say can you help please?

 ![IMG_2172](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/3/d/3dde3740d3c4c116ad65c4f0783ea356b95860a5.jpeg)

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [14 November 2022 11:33 UTC](https://discourse.nodered.org/t/node-red-not-installing-on-raspberry-pi-4/70548/4 "2022-11-14T11:33:04Z")

</div>

You can post the install log that it mentions there. When posting please copy/paste rather than screen shot.

First though, make sure that this works  
`sudo apt update && sudo apt full-upgrade`  
If that doesn't work then the script will fail.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [13 January 2023 11:33 UTC](https://discourse.nodered.org/t/node-red-not-installing-on-raspberry-pi-4/70548/5 "2023-01-13T11:33:55Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
