Hello Everyone, I am running node-red on a raspberry pi and I am getting this error while trying to deploy a flow.
"enospc: no space left on device, copyfile '/home/pi/.node-red/flows.json' -> '/home/pi/.node-red/.flows.json.backup'"}
I am guessing some temporary files have filled it up but I am unable to resolve the issue.
typing df -h into the console brings back:
pi@tunnel:~ $ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 12G 12G 0 100% /
devtmpfs 776M 0 776M 0% /dev
tmpfs 937M 0 937M 0% /dev/shm
tmpfs 937M 8.6M 928M 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 937M 0 937M 0% /sys/fs/cgroup
/dev/mmcblk0p6 253M 49M 204M 20% /boot
tmpfs 188M 0 188M 0% /run/user/1000
tmpfs 188M 0 188M 0% /run/user/109
This looks like /dev/root is full but I am unsure how to proceed. Can anyone help?