Recently I installed a new Module for my Node Server which caused NPM to completely break.
The weird thing is that there is no module listed as not-found, but rather the dir/path to the File I'm using Node for.
Example:
module.js:491
throw err;
^
Error: Cannot find module '/path/to/file.js'
at Function.Module._resolveFilename (module.js:489:15)
at Function.Module._load (module.js:439:25)
at Function.Module.runMain (module.js:609:10)
at startup (bootstrap_node.js:158:16)
at bootstrap_node.js:598:3
This only happens after I install a Module (or potentially update one), help would be greatly appreciated!