Odd issue with the file in node. A couple of flile in nodes have wrapped to a second line and won't go back even if I edit the file name:
[{"id":"57f9f3a.e32620c","type":"file in","z":"d480ffdb.73b02","name":"","filename":"/home/pi//node/nrlive/.data/.config.json","format":"utf8","chunk":false,"sendError":false,"x":450,"y":160,"wires":[["d1d4a711.9a25d8"]]},{"id":"d1d4a711.9a25d8","type":"json","z":"d480ffdb.73b02","name":"","pretty":false,"x":670,"y":160,"wires":[["3e2d0b11.b34c34"]]},{"id":"e1bdf411.316238","type":"change","z":"d480ffdb.73b02","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"(\t $each(payload.nodes,function($v, $k) {\t {\t \"name\": $k,\t \"nodes\": $keys($v.nodes)\t }\t }); \t)","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":260,"wires":[["1a0235f0.8c486a"]]},{"id":"1a0235f0.8c486a","type":"debug","z":"d480ffdb.73b02","name":"","active":true,"console":"false","complete":"false","x":1030,"y":260,"wires":[]},{"id":"b6c696f6.b0bbe8","type":"inject","z":"d480ffdb.73b02","name":"","repeat":"","crontab":"","once":false,"topic":"","payload":"","payloadType":"date","x":220,"y":160,"wires":[["57f9f3a.e32620c","62b31849.ce3328"]]},{"id":"bae74244.be8fa","type":"comment","z":"d480ffdb.73b02","name":"How Many Node modules in my configuration?","info":"","x":330,"y":120,"wires":[]},{"id":"62b31849.ce3328","type":"file in","z":"d480ffdb.73b02","name":"","filename":"C:\\src\\nr\\data\\.config.json","format":"utf8","chunk":false,"sendError":false,"x":410,"y":200,"wires":[["d1d4a711.9a25d8"]]},{"id":"3e2d0b11.b34c34","type":"change","z":"d480ffdb.73b02","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"payload.nodes {\t \"TOTAL\": $count($keys($)),\t \"node_modules\": ($.nodes)\t}","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":160,"wires":[["debfd61c.eef3b8"]]},{"id":"debfd61c.eef3b8","type":"debug","z":"d480ffdb.73b02","name":"","active":true,"console":"false","complete":"false","x":1030,"y":160,"wires":[]},{"id":"388ada2d.cb9c86","type":"change","z":"d480ffdb.73b02","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$each(payload.nodes,function($v, $k) {\t $map($keys($v.nodes),function($val,$i,$arr) {\t \t$val & \" : \" & $k\t })\t})\t","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":300,"wires":[["6a0fed45.9ca7e4"]]},{"id":"6a0fed45.9ca7e4","type":"debug","z":"d480ffdb.73b02","name":"","active":true,"console":"false","complete":"false","x":1030,"y":300,"wires":[]},{"id":"7c2f2610.dfcd68","type":"change","z":"d480ffdb.73b02","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$map(payload.nodes.*.nodes, function($val,$key){\t $each($val, function($v, $k) {\t \t$k & \" : \" & $v.module\t })\t})","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":340,"wires":[["a1ffbab3.31f078"]]},{"id":"5b712eaa.8e40b","type":"change","z":"d480ffdb.73b02","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"$sort(payload.nodes.*.nodes.(\t $each($, function($v, $k) {\t \t$k & \" : \" & $v.module\t })\t))","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":840,"y":380,"wires":[["eb9bacfc.3ef68"]]},{"id":"dcaf487.c8372b8","type":"file in","z":"d480ffdb.73b02","name":"","filename":"/home/pi//node/nrlive/.data/.config.json","format":"utf8","chunk":false,"sendError":false,"x":450,"y":300,"wires":[["84bd77cf.619268"]]},{"id":"84bd77cf.619268","type":"json","z":"d480ffdb.73b02","name":"","pretty":false,"x":670,"y":300,"wires":[["e1bdf411.316238","388ada2d.cb9c86","7c2f2610.dfcd68","5b712eaa.8e40b"]]},{"id":"439fdaa4.654984","type":"inject","z":"d480ffdb.73b02","name":"","repeat":"","crontab":"","once":false,"topic":"","payload":"","payloadType":"date","x":220,"y":300,"wires":[["dcaf487.c8372b8","31f77ef7.e173b2"]]},{"id":"31f77ef7.e173b2","type":"file in","z":"d480ffdb.73b02","name":"","filename":"C:\\src\\nr\\data\\.config.json","format":"utf8","chunk":false,"sendError":false,"x":390,"y":360,"wires":[["84bd77cf.619268"]]},{"id":"efe5de05.fc906","type":"comment","z":"d480ffdb.73b02","name":"Which nodes installed & what module provides each node?","info":"","x":370,"y":260,"wires":[]},{"id":"a1ffbab3.31f078","type":"debug","z":"d480ffdb.73b02","name":"","active":true,"console":"false","complete":"false","x":1030,"y":340,"wires":[]},{"id":"eb9bacfc.3ef68","type":"debug","z":"d480ffdb.73b02","name":"","active":true,"console":"false","complete":"false","x":1030,"y":380,"wires":[]}]
Note that the file name is actually missing 2 characters, it should be C:\src\nr\data\.config.json
The problem also happens if I add a new node with the same file name.
It doesn't happen if I use forward slashes instead of back-slashes.