Upgrade problem: Node-RED is not yet fully installed

  1. What model Pi do you have this running on?
    Raspberry Pi B3+

  2. how big is the SD card you are using? (in a terminal window enter df -h )

    df -h
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/root        15G  4.0G   10G  29% /
    devtmpfs        460M     0  460M   0% /dev
    tmpfs           464M     0  464M   0% /dev/shm
    tmpfs           464M   18M  446M   4% /run
    tmpfs           5.0M  4.0K  5.0M   1% /run/lock
    tmpfs           464M     0  464M   0% /sys/fs/cgroup
    /dev/mmcblk0p1   42M   22M   20M  54% /boot
    tmpfs            93M     0   93M   0% /run/user/109
    tmpfs            93M     0   93M   0% /run/user/1000
    
    
  3. are you running Stretch lite or the full stretch?

  4. what version of stretch?

    cat /etc/os-release
    PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
    NAME="Raspbian GNU/Linux"
    VERSION_ID="9"
    VERSION="9 (stretch)"
    ID=raspbian
    ID_LIKE=debian
    HOME_URL="http://www.raspbian.org/"
    SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
    BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

    uname -a
    Linux pimeterkast 4.14.69-v7+ #1141 SMP Mon Sep 10 15:26:29 BST 2018 armv7l GNU/Linux

  1. what is the script you are running?
    bash <(curl -sL https://raw.githubusercontent.com/node-red/raspbian-deb-package/master/resources/update-nodejs-and-nodered)
  1. have you recently done an sudo apt-get update && sudo apt-get upgrade ?
    yes