Error when starting new Angular project

0

I have a problem every time I want to start a new project in angular with the command I do not know what to do and I already update npm, node, angular and typescript to the latest version to see if this solves the error but nothing. Any way I can solve it? I attach the image to be seen.

    
asked by ASASCED 31.08.2018 в 23:11
source

1 answer

0

You must have installed nodeJS, also typescript, then install angular cli, I'll leave the angle CLI link so you can see how it is installed correctly

angular cli: link

Verify that you have installed nodeJS with the command 'node -v' and to verify that the npm package was installed correctly, just run 'npm -v'

    
answered by 01.09.2018 в 01:27