Issues with creating different projects

Hi,

I'm currently trying to understand how to create separate node-red projects, but as of now I'm stuck in place.

I have read the https://nodered.org/docs/user-guide/projects/ guide and followed the instructions up until the point where I have changed the settings.js file to enable for projects:


(value was initially set to false)

But now when trying to restart node-red it automatically goes back to my previous project where I currently have three flows active instead of being greeted by the welcome screen as shown in the guide:

shows instead of:

image

Any idea how I can start with a fresh flow, in another json file so that I can separate my different projects instead of having them all in separate flows? Or is this just available for Mac-users?

Best regards,
Alexander

Hi @Unikumet

Node-RED only shows that dialog the very first time you enable the projects feature when you have not yet created a project. After that, once you have enabled projects, node-red will load the 'active' project when it starts up.

To create a new project, select "Projects->New" from the dropdown menu in the right-hand corner of the editor.

https://nodered.org/docs/user-guide/projects/#creating-new-projects

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