Closed bnbarak closed 6 years ago
Hey there,
What is the exact import or require statement? Does it require github
or Github
? And does that match what is on the disk?
Some users have reported problems where a case has changed on one machine and supposedly committed, but Git didn't pick up on it, so on other machines the casing of the require statement and file on disk is inconsistent.
@bnbarak I'm still waiting on more information, I can't help you without knowing what is being required and whether or not the file reported in the console actually matches the file casing on disk.
Sorry for the delay. A week latter I updated libraries and it got solved.
Thank you!
Bug Report
Description
Getting
Module not found: Error: [CaseSensitivePathsPlugin] `/Users/xxx/yyy/webapp/src/components/github/GithubModal.js` does not match the corresponding path on disk `Github`.
Details
I'm having some issues with specific paths while using storybook. The React (v16) app works well, but the storybook throughs
Module not found: Error: [CaseSensitivePathsPlugin]
on the path:/Users/xxx/YYY/webapp/src/components/github/GithubModal.js
Two things to keep in mind:
YYY
part has a dot in it, i.eaaa.bbb
Versions
packages.json
)