-
Notifications
You must be signed in to change notification settings - Fork 49
Error: The specified module could not be found. #12
Comments
I installed the latest Node x64 v0.10.21 from the website onto a clean Windows 7 PC into the target directory
Please un-install all existing Node installations, delete your
I suspect something is incorrect with your installation or your environment inside your command prompt. Make sure you are using the "Node.js command prompt" included in the Node installation. |
I tried the same and still the same error, still not able to figure out the root cause of the problem in my machine |
Hello, I'm also having this issue. I installed exactly as described using the npm install blpapi command. However, there is no /build/Release folder created and I'm getting the same error: Any ideas why this file/folders are missing>? |
additionally: the log contains the following errors: 163 silly resolved [] |
@mcgwebdesign At first glance from that log, it appears you're being affected by nodejs/node-v0.x-archive#2318 |
I meet the exactly error either on x64 win7. |
#58 should resolve this issue. |
I have installed blpapi (the build was successful and the all the required code under build/release/... were generated),while adding the require('blpapi') in the node application I am always ending up with Module not found error.
Error: The specified module could not be found.
C:\NODE development\myjs\node_modules\blpapi\build\Release\blpapijs.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:\NODE development\myjs\node_modules\blpapi\blpapi.j
s:6:14)
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)
I am using the v0.10.20 version of the node on a windows 7 machine with Express studio 2012 installed. The problem as shown in the log refers to the blpapi.js line 6 character 14.
var blpapi = require(path.join(__dirname, '/build/Release/blpapijs'));
when I do the console over path.join it actually shows the right place of the generated code.
Please help me in resolving this issue,
The text was updated successfully, but these errors were encountered: