Having trouble running my Angular2 project, every time I try to use the ng serve
command I get an error:
Here is the link:
https://i.sstatic.net/SYENX.png
I've installed angular
2 using angular-cli
with the following steps:
1. sudo npm install -g angular-cli
2. sudo ng new mi-aplicacion
3. cd mi-aplicacion (mi-aplicacion path)
4. sudo ng serve
Node.js is already installed on my system.