具有节点应用程序的Edgejs未在Mac计算机上运行

问题描述 投票:0回答:1

我有使用Edgejs模块的节点应用程序来运行一些.net dll。我的应用程序在Windows机器上运行但在Mac计算机上运行相同的应用程序时出现以下错误:

CoreClrEmbedenter code hereding :: Initialize - 无法解析CoreCLR路径。有关更多详细信息,请通过将COREHOST_TRACE环境变量设置为1 module.js:664来启用跟踪

  return process.dlopen(module, path._makeLong(filename));
                 ^

错误:这不是已发布的独立应用程序,我们无法找到.NET Core SDK。请确保已安装;请参阅http://microsoft.com/net/core了解更多信息,请访问Object.node_modules / edge-js / lib / edge.js:54:8)

.net node.js npm .net-4.5 edgejs
1个回答
0
投票
© www.soinside.com 2019 - 2024. All rights reserved.