The Node.js process failed to initialize #660

Closed
opened 2025-08-09 17:17:09 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @attiqeurrehman on 6/16/2017

I have published the React with Redux template on Azure but I am getting the following error:

AggregateException: One or more errors occurred. (The Node.js process failed to initialize: )
System.Threading.Tasks.Task.ThrowIfExceptional(bool includeTaskCanceledExceptions)
System.Threading.Tasks.Task.GetResultCore(bool waitCompletionNotification)
System.Threading.Tasks.Task.get_Result()
Microsoft.AspNetCore.NodeServices.TaskExtensions+<>c__1.b__1_0(Task t)
System.Threading.Tasks.ContinuationResultTaskFromResultTask.InnerInvoke()
System.Threading.Tasks.Task.Execute()
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Microsoft.AspNetCore.NodeServices.HostingModels.OutOfProcessNodeInstance+d__13.MoveNext()
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Microsoft.AspNetCore.NodeServices.NodeServicesImpl+d__10.MoveNext()

*Originally created by @attiqeurrehman on 6/16/2017* I have published the React with Redux template on Azure but I am getting the following error: > AggregateException: One or more errors occurred. (The Node.js process failed to initialize: ) > System.Threading.Tasks.Task.ThrowIfExceptional(bool includeTaskCanceledExceptions) > System.Threading.Tasks.Task.GetResultCore(bool waitCompletionNotification) > System.Threading.Tasks.Task.get_Result() > Microsoft.AspNetCore.NodeServices.TaskExtensions+<>c__1.<OrThrowOnCancellation>b__1_0(Task<T> t) > System.Threading.Tasks.ContinuationResultTaskFromResultTask.InnerInvoke() > System.Threading.Tasks.Task.Execute() > System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) > System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) > Microsoft.AspNetCore.NodeServices.HostingModels.OutOfProcessNodeInstance+<InvokeExportAsync>d__13.MoveNext() > System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) > System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) > Microsoft.AspNetCore.NodeServices.NodeServicesImpl+<InvokeExportWithPossibleRetryAsync>d__10.MoveNext()
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#660
No description provided.