Having a hard time trying to figure out why my dotnet new angular application has a node dependency when running through iis? Using Visual Studio Code and dotnet core 1.0.4, after publishing, my application still has a dependency on node.js? Not sure why. We are running the application through iis, but our production server does not have node installed and this results in a 500 status code. We are using Microsoft spa package which has angular 2.
Has anyone else had any similar issue?
How can I remove the node dependency?