Uppercase in project name creates problem
See original GitHub issueHaving "name": "MyProject"
in package.json creates following problem:
String does not match the pattern of “^(?😡[a-z0-9-~][a-z0-9-.~]*/)?[a-z0-9-~][a-z0-9-.~]*$”.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Why can't React project name contain capital letters?
It's mostly because NPM doesn't allow capital letters. So to ensure compatibility with the naming scheme of NPM they ...
Read more >Project name being changed to uppercase during compile
I explicity have code which enforces the name to be lower case. In particular, in a file called "ModuleName.
Read more >GitLab pages creates incorrect link for projects with uppercase ...
GitLab pages has started creating a link to pages with an all lowercase URL, but the server is case sensitive, so projects with...
Read more >Malfomed Manifest when having uppercase characters in ...
Android project. Creating a new project with a package name starting with an uppercase character builds and deploys fine. Once we add a...
Read more >When creating a new-project, I get a error creating names with ...
Issue. While creating projects with Upper case or contains special ... The ProjectRequest "Test" is invalid: metadata.name: Invalid value: ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for reporting @neminovno
Just to add more context, here are the steps to reproduce:
Hmm perhaps when we get the kebab case going for angular we can utilize the solution to fix this as well