vesse / passport-ldapauth

LDAP authentication strategy for Passport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular 6 compatible

mheidt opened this issue · comments

I have a working angular 6 application and tried to integrate your project.

Unfortunately a ng build fails

Suddenly other packages are throwing errors like
Can't resolve 'path' in ..\node_modules\minimatch

or
Can't resolve 'fs' in bunyan

Not an issue of this library. This is no different from any other Node library. If you included a Node lib to your frontend then don't, it doesn't work like that, and if you didn't, use eg. Google to solve issues why ng build includes unrelated files.