auth0 / passport-windowsauth

Windows Authentication strategy for Passport.js
MIT License
178 stars 54 forks source link

cannot install passport-windowsauth #7

Closed robianmcd closed 10 years ago

robianmcd commented 10 years ago

when I run npm install passport-windowsauth I get an error message saying:

VCBUILD : error : project file 'E:\projects\ad-firebase-auth\node_modules\passport-windowsauth\node_modules\ldapjs\node_modules\dtrace-provider\build\DTraceProviderStub.vcproj' was not found or not a valid project file. [E:\projects\ad-firebase-auth\node_modules\passport-windowsauth\node_modules\ldapjs\node_modules\dtrace-provider\build\binding.sln]

Any idea what's going wrong here? Thanks

jfromaniello commented 10 years ago

please check node-gyp prerequisites for windows https://github.com/TooTallNate/node-gyp

robianmcd commented 10 years ago

Thanks a lot! That worked.