Error on opening node-red on cmd

Hello,

Initially I was using node-red which work absolutely smooth. But since I have downloaded a pallate which has blocked me to go to node-red page. As I enter node-red command it gives me an local host address.

Error: connect ETIMEDOUT 192.168.1.10:9990
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1284:16)

Which closes the node-red automatically.
I just want to get rid of this and make some flows.

You can start node red in safe mode, which does not start the flows, using the command
node-red --safe

1 Like

Thanks alot!!

This worked but will I have to do this every time I have to use node-red??

Starting Node-red in safe mode gives you an opportunity to fix whatever you downloaded.
You don't want to start in safe mode every time, and (I think) that it exits safe mode when you deploy.

As suggested I have removed unwanted nodes and my flows are working fine now!!

It was a great help !!

2 Likes

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