Edge.JS 在测试环境中失败,没有任何错误

Edge.JS fails in the Testing Environment without any error

我使用 Edge.JS 构建了一个应用程序。它在开发环境中工作正常但在测试环境中失败(Windows Server 2012 R2)。没有错误或异常被引发,进程被杀死

在这一行失败Edge.Func(SomeScript);

我主要有两个问题:

有没有我可以查找错误的地方? Edge.JS 除了 github 站点中提到的依赖项之外,是否有任何依赖项?

任何帮助将不胜感激

Edge.JS 依赖于 vcruntime.dll。我在测试机里 运行 ProcessMonitor tool. Additionally you can also try and open edge_nativeclr.node in dependencywaler tool. It will clearly show the dependencies of the edgeJs. To fix it I had to install Visual C++ Redistributable for Visual Studio 2015 之后发现的。