-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can't create a project #9
Comments
It looks like regexp bugged when you try to create name! I'll check it and make a bug fix if it exist! Thanks for reporting! |
As you can see in your project name you add number, in our ProjectName Validator we don't add accepting number for the reason of rules which NodeJS Developers write as a not recommended option. So after so many tries validator crushed and this crash made our package not workable in your PC. Try to re-install our package and try to create project again!) |
There is a bug here: ile@ilepc:~/src/sc2$ eg new express-app6
> Project must contains only:
- at least 5 characters
- lower case type of name
- project name may contain '_' and '-' characters.
Please re-enter the project name.
? Project Name: sdfsdfsdfsdf
> Project must contains only:
- at least 5 characters
- lower case type of name
- project name may contain '_' and '-' characters.
Please re-enter the project name.
? Project Name: (express-app)
... it doesn't accept any name after one invalid try. See "sdfsdfsdfsdf" - it didn't accept that, but it should. If I do Ctrl-C and try again from the command line (with a valid name), it works. |
Sorry for long delay 😢 Yeah, you were right! This is massive bug, made by me, i Thank you for reporting the problem!) |
It doesn't seem to accept any name.
The text was updated successfully, but these errors were encountered: