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.
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.