I get this error every time I open a terminal and I also can get it any time I try some command. I tried to fix it by removing node and npm completely from computer but it still shows up. I checked for the "internal/modules/cjs/loader.js" file using "locate" but I don't have it on my computer. This error showed up after I updated my Ubuntu to 18.04.3 LTS from Ubuntu 16 or 14, I can't remember exactly.
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module '/home/rzone/bash'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:829:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
if I go to folder ~/Downloads
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module '/home/rzone/Downloads/bash'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:829:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
if I try the node command
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module '/home/rzone/Downloads/node'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:829:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
same if I try the rvm command (I had installed the Ruby Version Manager before upgrading Ubuntu)
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module '/home/rzone/Downloads/bash'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:829:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)