Running from Visual Studio ends with compilation error - Node.js requiered to build and run this project.

Author: LukasKubicekCreated Oct 10, 2023Updated Oct 11, 2023

I cloned the repository, opened in Visual Studio, pressed RUN and it ended with this error:

image

I have Visual Studio 2022 Community Edition with Node.js development package installed. Is it not enough?

Also I expected that such dependencies would be used only inside docker?

I have no experience with Node.js and I would prefer if it is installed like any other dependency so I don't have to manage it manually on the level of my Windows OS, take care of versions, updating it etc.

Source: dotnet-architecture/eShopOnContainers