Search code examples
node-red

Running node-red application


When I want to run node-red, It started to show the error that the Error loading settings file.

Error loading settings file: \Users\<User-Name>\.node-red\settings.js

Solution

  • Just Create a Settings.js file in that location, Which worked for me.

    file: \Users<User-Name>\.node-red\settings.js
    (create an empty settings.js file there in that location)