I'm having some trouble trying to use the 'ldapjs'
In fact i'm stuck with the first instruction
var ldap = require('ldapjs');
I get this error:
Error: Module name "ldapjs" has not been loaded yet for context: _. Use require([]) http://requirejs.org/docs/errors.html#notloaded
I tried the solution as shown on the link above but it's not working either
I installed 'ldapjs' via npm install ldapjs
And i added the script for the "require" javascript file
Thanks