Closed stephendecourcy closed 10 years ago
Just to clarify the latest ldap version version works fine with node 8 and older versions (1.0.4) work fine with node 6.
So which version is failing build, exactly?
I think you may be saying that the current github version works, but the npm version does not. Is this correct?
Hi Jeremy.
Including this line in the package.json file results in a failure to build.
"LDAP" : "*"
Change to this and it works fine
"LDAP" : "1.0.4"
Stephen
On Mon, Jun 17, 2013 at 6:12 PM, Jeremy Childs notifications@github.comwrote:
So which version is failing build, exactly?
I think you may be saying that the current github version works, but the npm version does not. Is this correct?
— Reply to this email directly or view it on GitHubhttps://github.com/jeremycx/node-LDAP/issues/32#issuecomment-19559573 .
Stephen de Courcy
Mob. 085 78 78 518
Hi, I was facing similar problem but on installing 1.0.4 of the LDAP library i get the following error :
module.js:340
throw err;
^
Error: Cannot find module './build/Release/LDAP'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.
Please Help..
Thanks ~Nikita
Which node version are you building under?
... and OS would be handy to know, too.
Hi, On Ubuntu: OS-12.10 Node v0.10.10
on CentOS-v6.4 Node v0.10.18