bryantheastronaut / mernCommentBox

A Tutorial on creating a MERN Stack App from the Facebook Comment React Tutorial
https://medium.com/@bryantheastronaut/react-getting-started-the-mern-stack-tutorial-feat-es6-de1a2886be50
248 stars 92 forks source link

Project name can no longer contain capital letters #3

Closed EJLearner closed 7 years ago

EJLearner commented 7 years ago

I'm getting the following error when running the create-react-app command because of the capital letters in the project name. Can the name be changed to "mern-comment-box"?

image

This is with the following versions: create-react-app: 1.3.0 Node: 7.7.2 npm: 4.1.2

bryantheastronaut commented 7 years ago

Good catch! I wasn't aware that change had been made. Readme has been updated accordingly. Thanks!