fail: Aspire.Hosting.Dcp.dcpctrl.ExecutableReconciler[0]
failed to start a process {"Executable": {"name":"npmapp_598acd4d"}, "Reconciliation": 3, "error": "exec: \"npm\": executable file not found in $PATH"}
fail: Aspire.Hosting.Dcp.dcpctrl.ExecutableReconciler[0]
failed to start Executable {"Executable": {"name":"npmapp_598acd4d"}, "Reconciliation": 3, "error": "exec: \"npm\": executable file not found in $PATH"}
Linux: npm is missing
Windows: npm, and node are missing
This is needed for
Aspire.Hosting.Tests.Node.NodeFunctionalTests.VerifyNodeAppWorks
, which started running with https://github.com/dotnet/aspire/pull/4500/ .Linux:
npm
is missing Windows:npm
, andnode
are missingcc @RussKie @joperezr