node-boilerpipe icon indicating copy to clipboard operation
node-boilerpipe copied to clipboard

The specified module could not be found (Already running project suddenly starts showing this issue)

Open rahmansunny071 opened this issue 9 years ago • 0 comments

Hi, I am running node 10.32 (64 bit) on Windows 10 in my laptop. I have jdk1.8.0_45 (64 bit) installed. The JAVA_HOME is set to C:\Program Files\Java\jdk1.8.0_45 and have the jvm.dll in PATH: C:\Program Files\Java\jdk1.8.0_45\jre\bin\server.

Everything was running fine till yesterday and suddenly the following error has started showing up when I run my project. Moreover, I am encountering the same issue on my desktop which is Windows 7, 64 bit at the very same day (the set up is similar there) which is weird. I am very new to node.js and any help will be greatly appreciated.

Error: The specified module could not be found. C:\Users\Sajjadur\Documents\coding stuff\incrementalviz\node_modules\java\build\Release\nodejavabridge_bindings.node at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (C:\Users\Sajjadur\Documents\coding stuff\incrementalviz\node_modules\java\lib\nodeJavaBridge.js:5:16) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17)

rahmansunny071 avatar Oct 23 '15 06:10 rahmansunny071