Closed
Description
Hi folks,
I'm getting a compilation error after following the tutorial and running npm start
inside my-app
.
Html Webpack Plugin:
Error: Child compilation failed:
Entry module not found: Error: [CaseSensitivePathsPlugin] `C:\users\myuser\pr ojects\create-react-app\my-app\index.html` does not match the corresponding pa th on disk `Projects`.:
Error: [CaseSensitivePathsPlugin] `C:\users\myuser\projects\create-react-app\ my-app\index.html` does not match the corresponding path on disk `Projects`.
There's some really suspicious whitespace in the middle of the path, not sure if relevant.
Environment:
Windows 10
Node version 6.4.0
npm version 3.10.7
project path, C:/Users/myuser/Projects/create-react-app/my-app (The Projects
directory has a capital P which could be relevant)