awslabs / aws-crt-nodejs

NodeJS bindings for the AWS Common Runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no mention of VC++ redist 2015 /runtime/ dependency

mikelpr opened this issue · comments

README mentions Visual Studio C++ 2015 dependency for building but doesn't mention that the user needs VC++ 2015 runtime dependency installed for applications that use aws-crt-nodejs. This is not obvious as the import of aws-crt fails with a process.dlopen error that says it couldn't find the aws-crt-nodejs library at the path it actually exists at (*/win32-x64/aws-crt-nodejs.node) and doesn't mention at all that it requires VCRUNTIME140.dll, which I found out scanning aws-crt-nodejs.node with https://github.com/lucasg/Dependencies