Cannot create new app in current folder
See original GitHub issueHello guys I have the following problem.
OS: Linux Mint 18 node ver. : 7.9.0 npm ver. : 4.2.0
Installed create-react-app as global package npm install -g create-react-app
.
Calling create-react-app .
results in the following error:
Could not create a project called "ReactJS" because of npm naming restrictions:
* name can no longer contain capital letters
Calling create-react-app reactjs
works just fine.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to create a React app directly in the current folder
You can create a new React app in the current directory by writing . instead of a project name. create-react-app .
Read more >Create a React app in the current folder - so no new folder
Use Create -React- App to get a React app in same folder. Professional JavaScript Course: ...
Read more >Finder quirk: Can not create New Folder i… - Apple Community
Finder quirk: Can not create New Folder in current folder in List View · 1. Launch the Finder. · 2. Put the Finder...
Read more >Cannot create new folders/files from Tom Tom app
Go to Task Manager, click Startup tab, go down to Microsoft OneDrive, click on it, then click the Disable button. Close Task Manager...
Read more >MATLAB mkdir - Make new folder - MathWorks
Create a folder called newdir in the current folder. mkdir newdir. Create Subfolder in Specified Parent Folder.
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
No worries! If this comes up with more people maybe we can make the tool smarter about it.
It would be nice to have it make the name of the project lower case.