Suddenly Node-red gives a problem on deploying after even the smallest editing on a flow. Giving 'error: node not deployed' and the dashboard does not start (only the start screen with the Node Red logo).
On deploying a pop-up says : "the server is running a more recent set of flows. The changes include no conflicts and can be merged automatically.
and 3 buttons : review changes, merge, ignore deploy.
On review changes, I then try to merge.
another pop-up : The flows on the server have been updated.
then the 'error: node not deployed' pops up...
Even stopping and starting Node Red (even in safe mode) does not do anything. Only a system reboot wil load the dashboard again.
running on a raspberry pi, with recent update/upgrade
20 Feb 20:21:20 - [info] Node-RED version: v1.0.3
20 Feb 20:21:20 - [info] Node.js version: v10.19.0
20 Feb 20:21:20 - [info] Linux 4.19.80-v7+ arm LE
20 Feb 20:21:22 - [info] Loading palette nodes
20 Feb 20:21:36 - [info] Dashboard version 2.19.1 started at /ui
20 Feb 20:21:36 - [info] Settings file : /home/pi/.node-red/settings.js
20 Feb 20:21:36 - [info] Context store : 'storeInFile' [module=localfilesystem]
20 Feb 20:21:36 - [info] Context store : 'default' [module=memory]
20 Feb 20:21:36 - [info] User directory : /home/pi/.node-red
20 Feb 20:21:36 - [warn] Projects disabled : editorTheme.projects.enabled=false
20 Feb 20:21:36 - [info] Flows file : /home/pi/.node-red/flows_theone.json
20 Feb 20:21:37 - [error] Unable to listen on http://127.0.0.1:1880/
20 Feb 20:21:37 - [error] Error: port in use
anyone knows how to fix ?
Didier