Closed
Description
Expected Behavior
I would expect using "Create JavaScript Project" and selecting "react" would create a React project.
Actual Behavior
The console displays errors, project is not created.
Sublime Text console logs
.[!.],}* ./ ; rm -rf myAppct-sublime mark$ create-react-app myApp ; mv ./myApp/{
Could not create a project called "myApp" because of npm naming restrictions:
* name can no longer contain capital letters
mv: rename ./myApp/.[!.]* to ./.[!.]*: No such file or directory
mv: rename ./myApp/* to ./*: No such file or directory
Steps to Reproduce the Problem
- Project > Create JavaScript Project > react
Specifications
- Sublime Text 3 build:
- OS: OSX High Sierra
- JavaScript Enhancements version: 0.13.17