# Node-red core will not install 3.0.0 core

**URL:** https://discourse.nodered.org/t/node-red-core-will-not-install-3-0-0-core/65646
**Category:** General
**Created:** [26 July 2022 16:42 UTC](https://discourse.nodered.org/t/node-red-core-will-not-install-3-0-0-core/65646 "2022-07-26T16:42:20Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Henrys320](https://avatars.discourse-cdn.com/v4/letter/h/b5e925/32.png) [@Henrys320](https://discourse.nodered.org/u/Henrys320)
#### Post date: [26 July 2022 16:42 UTC](https://discourse.nodered.org/t/node-red-core-will-not-install-3-0-0-core/65646/1 "2022-07-26T16:42:20Z")

</div>

I am trying to upgrade node-red to version 3.0.0 from 2.2.2. But the core does no install.

```auto
Stop Node-RED ✔
  Remove old version of Node-RED ✔
  Node option not specified : --node14, --node16, or --node18
  Leave existing Node.js : v14.10.0 Npm 6.14.8
  Clean npm cache -
  Install Node-RED core ✘ 3.0.0 
  Move global nodes to local -
  Leave existing nodes -
  Install extra Pi nodes ✔
  Add shortcut commands ✔
  Update systemd script ✔

```

---

<div class="post-metadata">

### Author: ![HaroldPetersInskipp](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/haroldpetersinskipp/32/42319_2.png) [@HaroldPetersInskipp](https://discourse.nodered.org/u/HaroldPetersInskipp)
#### Post date: [26 July 2022 16:46 UTC](https://discourse.nodered.org/t/node-red-core-will-not-install-3-0-0-core/65646/2 "2022-07-26T16:46:25Z")

</div>

Try specifying the `--node16` flag to update node from v14.10.0 to the current lts version. (But it should only require 14+)

---

<div class="post-metadata">

### Author: ![HaroldPetersInskipp](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/haroldpetersinskipp/32/42319_2.png) [@HaroldPetersInskipp](https://discourse.nodered.org/u/HaroldPetersInskipp)
#### Post date: [26 July 2022 16:48 UTC](https://discourse.nodered.org/t/node-red-core-will-not-install-3-0-0-core/65646/3 "2022-07-26T16:48:22Z")

</div>

What do the install logs say?

---

<div class="post-metadata">

### Author: ![Henrys320](https://avatars.discourse-cdn.com/v4/letter/h/b5e925/32.png) [@Henrys320](https://discourse.nodered.org/u/Henrys320)
#### Post date: [27 July 2022 15:16 UTC](https://discourse.nodered.org/t/node-red-core-will-not-install-3-0-0-core/65646/4 "2022-07-27T15:16:50Z")

</div>

````auto
type or paste code here
``` ***************************************

Started : Tue Jul 26 12:34:41 PM EDT 2022
Running for user henry at /home/henry
Found global nodes: :

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package nodered

Versions: node:v14.10.0 npm:6.14.8
Now install Node-RED 
sudo: npm: command not found
3.0.0 
Now create basic package.json for the user and move any global nodes
Installing extra nodes: node-red-node-pi-gpio@latest node-red-node-random@latest node-red-node-ping@latest node-red-contrib-play-audio@latest node-red-node-smooth@latest node-red-node-serialport@latest :
npm WARN notsup Unsupported engine for @serialport/bindings-interface@1.2.2: wanted: {"node":"^12.22 || ^14.13 || >=16"} (current: {"node":"14.10.0","npm":"6.14.8"})
npm WARN notsup Not compatible with your version of node/npm: @serialport/bindings-interface@1.2.2
npm WARN notsup Unsupported engine for @serialport/bindings-interface@1.2.1: wanted: {"node":"^12.22 || ^14.13 || >=16"} (current: {"node":"14.10.0","npm":"6.14.8"})
npm WARN notsup Not compatible with your version of node/npm: @serialport/bindings-interface@1.2.1
npm WARN notsup Unsupported engine for @serialport/bindings-interface@1.2.1: wanted: {"node":"^12.22 || ^14.13 || >=16"} (current: {"node":"14.10.0","npm":"6.14.8"})
npm WARN notsup Not compatible with your version of node/npm: @serialport/bindings-interface@1.2.1

+ node-red-node-smooth@0.1.2
+ node-red-node-serialport@1.0.1
+ node-red-node-pi-gpio@2.0.5
+ node-red-node-random@0.4.0
+ node-red-contrib-play-audio@2.5.0
+ node-red-node-ping@0.3.1
updated 6 packages in 4.384s
Now add the shortcut and start/stop/log scripts to the menu
Now add systemd script and configure it for henry:henry @ /home/henry
ln: failed to create symbolic link '/usr/bin/python': File exists
Now add launcher to top bar, add cpu temp example, make sure ping works
adduser: The group `gpio' does not exist.

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
python3-rpi.gpio is already the newest version (0.7.1~a4-1build1).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Memory : 4.7G
Started : Tue Jul 26 12:34:41 PM EDT 2022 
Finished: Tue Jul 26 12:35:21 PM EDT 2022
````

---

<div class="post-metadata">

### Author: ![HaroldPetersInskipp](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/haroldpetersinskipp/32/42319_2.png) [@HaroldPetersInskipp](https://discourse.nodered.org/u/HaroldPetersInskipp)
#### Post date: [27 July 2022 15:30 UTC](https://discourse.nodered.org/t/node-red-core-will-not-install-3-0-0-core/65646/5 "2022-07-27T15:30:07Z")

</div>

So you have Node v14.10.0 but you have nodes that require Node v14.13.0 or higher.

---

<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: [25 September 2022 15:30 UTC](https://discourse.nodered.org/t/node-red-core-will-not-install-3-0-0-core/65646/6 "2022-09-25T15:30:59Z")

</div>

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