When I create a new .NET core web application in visual studio using angular template and try to run the barebone application, build error is thrown asking to install nodeJs. After studying that angular is totally a different package from NodeJs, why is this project has dependency on nodejs installation ?
Problem solved after installing nodejs, but not sure why nodejs is a dependency here.
FYI, I am relatively new to angular.
As Ameer Pappay mentioned, NodeJs is needed to transpile typescript into javascript and for other development tools that you might need while you develop your application. But once you create a distribution build, it can be served through any web server and will not require a NodeJs instance.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With