当我运行时,我会异常
{Microsoft.AspNetCore.NodeServices.HostingModels.NodeInvocationException:意外令牌{ SyntaxError_extensions..js (module.js:442:10) at Microsoft.AspNetCore.NodeServices.HostingModels.HttpNodeInstance.dTask task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult()
标题在使用Microsoft.AspNetCore.NodeServices调用JS文件时获得节点调用超时错误
Functional I开发了使用NodeServices的应用程序,并使用以下文章将其部署到the .NET code has no way to know that it is finished or has failed. | Source: Microsoft.AspNetCore.NodeServices
该网站是建立在asp.net核心,并使用NodeServices调用幻影库,将用于将html页面转换为pdf。IServiceCollection services) services.AddNodeServices();并使用以下代码调用nodejs文件:
var result = await _nodeServices.InvokeAsyncMicrosoft.AspNetCore.NodeServices.HostingModels.NodeInvocationException: Cannot find modu
(ProcessStartInfo startInfo)\n at Microsoft.AspNetCore.NodeServices.HostingModels.OutOfProcessNodeInstance..ctor(NodeServicesOptions options, Int32 port)\n at Microsoft.AspNetCore.NodeServices.HostingModels.NodeServicesOptionsExtensions<UseHttpHosting>b__0()\n at Micros