Problem creating project with Angular CLI

Asked

Viewed 822 times

0

A good personal day,

I’m starting my studies in Angular 2, using Docker for container management.

Right at the beginning I’m already having problems, the creation of the project has been presenting errors.

When executing the command:

ng new primeiro-projeto

The following problem occurs...

inserir a descrição da imagem aqui

I’ve been on this screen for a long time and nothing, apparently the creation of the project simply stuck...

Versions used.

inserir a descrição da imagem aqui

Would anyone know why I made a mistake ?

  • From time to time powershel Really, I usually give a control+c or some enter within it!

  • This message seems normal and not error.

1 answer

1

Use git bash (which comes when you install Git for Windows). npm has problems in Windows mainly with this load bar when installing packages.

You can also test using the flag to remove the load/Progress bar :

npm install --no-progress

I hope I’ve helped.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.