Entry module not found: Error: [CaseSensitivePathsPlugin]
See original GitHub issueHi 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)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:59 (35 by maintainers)
Top Results From Across the Web
Module not found: [CaseSensitivePathsPlugin] `...\react.js ...
I come across the same problem. I replaced : import React, {Component} from 'React' , with : import React, {Component} from 'react' ....
Read more >case-sensitive-paths-webpack-plugin - npm.io
This plugin fixes that. Example output: ERROR in ./src/containers/SearchProducts.js Module not found: Error: CaseSensitivePathsPlugin ...
Read more >Module not found Error CaseSensitivePathsPlugin does not ...
this error " Module not found Error CaseSensitivePathsPlugin does not match the corresponding path on disk VueJs"I had a similar issue when I ......
Read more >How to fix 'Module not found: Can't resolve 'http' in ... - YouTube
Basically, just change 'react-scripts' to 4.0.2 in your package.json and run `npm install` again :D Follow me on Twitter: ...
Read more >Module not found: Error: Can't resolve ' Vuejs - Laracasts
Module not found : Error: Can't resolve ' Vuejs. Hi... In the router section, we want to route the pages through Nested Routes,...
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
Ooohhh! I found why it was inconsistent 😄
I’m using git Bash, if I
It works.
If I
It doesn’t work!
Thanks to you both for cooperation.