eShopOnContainers icon indicating copy to clipboard operation
eShopOnContainers copied to clipboard

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

Open LukasKubicek opened this issue 2 years ago • 1 comments

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.

LukasKubicek avatar Oct 10 '23 12:10 LukasKubicek

Hi @LukasKubicek, you can refer to the issue https://github.com/dotnet-architecture/eShopOnContainers/issues/2062#issuecomment-1477834665 to ensure the node.js is installed properly. Though your idea is quite interesting. I hope it helps.

erjain avatar Oct 11 '23 20:10 erjain