Sayyed Azim

Sayyed Azim

  • NA
  • 40
  • 3.1k

How to run angular Application without node.js?

Jun 29 2020 9:35 AM
I want to create the Angular application using Visual Studio 2019 Angular template in Asp.net core but without Node.js as External tool installation.
 
I found that NuGet package manager also providing Node.js and NPM Packages for building Angular app. So I created the asp.net core projected and selected Angular Template and add NuGet Node.js 5.3.0 that too is saying in readme.txt "Node.js itself is deployed by NuGet, so there is no need to install it locally on dev machines or build servers." But when I tried to run the angular project then build is failing.
 
If anyone knows the solution with exact steps so please help me on this.