Enable projects for using github is not working

I want to use GitHub within Node-Red and configured the file settings.js in this way:

 },
    editorTheme: {
        projects: {
            enabled: true
        }
    }
}

After stopping and starting node-red i see that this doesn't work:

Starting as a systemd service.
6 May 21:45:40 - [info]
Willkommen bei Node-RED!

6 May 21:45:40 - [info] Node-RED Version: v1.0.6
6 May 21:45:40 - [info] Node.js Version: v12.16.2
6 May 21:45:40 - [info] Linux 4.19.97-v7+ arm LE
6 May 21:45:41 - [info] Paletten-Nodes werden geladen
6 May 21:45:48 - [info] Dashboard version 2.21.0 started at /ui
6 May 21:45:48 - [info] Einstellungsdatei: /home/pi/.node-red/settings.js
6 May 21:45:48 - [info] Kontextspeicher: 'default' [ module=memory]
6 May 21:45:48 - [info] Benutzerverzeichnis: /home/pi/.node-red
6 May 21:45:48 - [warn] Projekte inaktiviert: editorTheme.projects.enabled=false
6 May 21:45:48 - [info] Flow-Datei: /home/pi/.node-red/flows_raspberrypi.json
6 May 21:45:49 - [info] Server wird jetzt auf http://127.0.0.1:1880/ ausgeführt.
6 May 21:45:49 - [warn]

Do anyone now what the problem is?

We need to check the basic things first, did you edit the correct settings.js file?
Even more basic, did you remember to save the file before restarting node-red? On numerous occasions I have edited a file and left it open and unsaved in the editor and then been confused when my (non)changes haven't had any effect.
Another thing to watch out for if you are working via ssh or similar, if you have multiple Pis that you edited the file on the correct Pi and restarted the correct Pi. Again a mistake I have made myself.

Hi Colin,

thank you a lot for your answer, that solved my problem!

I googled and find information that i should change this file:

/usr/lib/node-modules/node-red/settings.js

But now, while you gave me the right path: /home/pi/.node-red/settings.js is is working now!

Thank you very much for your help

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