Node-Red Help

Wondering if someone might want to help me figure this issue out. I installed a node and then decided I no longer wanted it so I uninstalled it, now it gets stuck on loading plugins. The log file shows the following:

Error: ENOENT: no such file or directory, stat '/config/node_modules/elkjs/lib/elk.bundled.js'
Error: ENOENT: no such file or directory, stat '/config/node_modules/@dagrejs/dagre/dist/dagre.min.js'

and, the directory track stops at /config (i.e. there is no node_modules directory.

Any help would be much appreciated.

See if this thread answers your problem.

Definitely solves the mystery of the directory not existing (moved). However, I do see the problematic node in the new location, but unsure how this helps me resolve the issue. I’m hesitant to just delete the directory since something is still clearly looking in the wrong spot anyway.

you might try copying the files to the old folder, but I think that /config is now read-only.

You could try saving all of your flows then reinstalling the Node-Red add-on.

Thanks! Apparently, restarting Node did the trick. Weird considering I restarted HA altogether and that didn’t fix it either. Oh well. Thanks again!