J
J
Jypsy2018-11-28 00:30:34
Angular
Jypsy, 2018-11-28 00:30:34

Why isn't a new Angular project created?

I'm trying to create a new Angular project. Installed nodejs(4.2.6) first. Then npm(3.5.2). I write ng new test on the command line and I get this: 5bfdb6737f891070128727.pngWhy is this happening?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir, 2018-11-28
@Casufi

1) https://github.com/creationix/nvm
2) https://github.com/angular/angular-cli/wiki

M
msdosx86, 2018-11-30
@msdosx86

1) You install the normal version of node 8+ and npm 6+
2) sudo npm install -g @angular/cli
3) ng new test will not work, because angular does not allow you to create a project with that name, so
4) ng new my-test

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question