-
Notifications
You must be signed in to change notification settings - Fork 12k
Cant create a project #912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, you should give more information about your problem, angular-cli version your using, OS version & so on. |
Im using the latest version of the cli , OSX El Capitan I got all these: Could not start watchman; falling back to NodeWatcher for file system events. Installed packages for tooling via npm. And nothing is created |
Everything looks fine to me, maybe, just maybe, inside your terminal, you're not in the location you think you are so the project does get generated but not where you expect it to be. Could you check that? This happens to me sometimes, when I navigate away from the directory I usually scaffold my projects into, or am inside one of the projects... I forget that my terminal isn't pointing where it should and I'm left scratching my head for a second. :) |
No im in the location |
@nicolaselmir so you have folder test Inside of which there is nothing? |
Try another name. I got something similar:
|
Yes, I run into the same issue. "test" is some kind of reserved name and doesn't work. All other names should work. It's a bit unfortunate as apparently many new users try out naming their first project to play with CLI 'test'... |
Just tried a
This is the result of
Any idea ? |
Ok just a case of updating with an already global install of angular-cli. Uninstall then reinstall is the key :) |
Considering this fixed. |
I don't get it, why am I not allowed to create a project called |
I think is just a name convention like when a password should have more than 6 characters. |
can we reopen this issue? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
when i write ng new test
it give details in the terminal but don't create the project
The text was updated successfully, but these errors were encountered: