emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

it seems the project requires node.js to compile #56

Closed kolkonos closed 6 years ago

kolkonos commented 6 years ago

when building the solution i get this error. "Node.js is required to build and run this project. To continue, please install Node.js from https://nodejs.org/, and then restart your command prompt or IDE."

Is this a requirement? Will it need to be installed on the production server as well?

tflanitzer commented 6 years ago

Yes, Node.js is required in the development environment, as it is typically for modern web applications. The typescript transpiler, webpack and various little tools and helpers for testing, minification, live reload are all based on Node.js.

It is not needed in production, however.

emonney commented 6 years ago

This is a fundamental requirement for angular projects. This link might help you to get started: https://angular.io/guide/quickstart