If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely. ### Can you reproduce the problem with latest npm? Yes Many errors, especially related to "missing modules", are due to npm bugs. If you're using Windows, [follow these instructions to update npm](https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows). If you're using OS X or Linux, run this to update npm: ``` npm install -g npm@latest cd your_project_directory rm -rf node_modules npm install ``` Then try to reproduce the issue again. Can you still reproduce it? yes ### Description What are you reporting? New app is not getting created ### Expected behavior React app needs to be created Tell us what you think should happen. ### Actual behavior Tell us what actually happens. ended up with exceptin provided in logs ### Environment Run these commands in the project folder and fill in their results: 1. `npm ls react-scripts` (if you haven’t ejected): my-new-app@0.1.0 E:\Project\workspaces\NodeJS\react\my-new-app `-- (empty) 2. `node -v`: v6.9.4 3. `npm -v`: 4.1.1 Then, specify: 1. Operating system: Windows 7 2. Browser and version: Chrome ### Reproducible Demo installed latest version of create-react-app then tried creating new app (Ran CMD as admin) [ConsoleLog.zip](https://github.com/facebookincubator/create-react-app/files/722042/ConsoleLog.zip)