Created
February 19, 2019 13:38
-
-
Save zindel/30c99afec571335dee5a946e4a8ecc3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/.../test/error-resolve-case-sensitive/index.js | |
Cannot resolve './badCase.js' | |
File can be found on the filesystem by the requsted name, but doesn't match exactly (case sensitive). This is usually the sign that your module request is not accurate. | |
Directory '/.../test/error-resolve-case-sensitive' contains potentially matching files: | |
BadCase.js | |
Resolving './badCase.js'. Base directory: '/.../test/error-resolve-case-sensitive' | |
Resolving '/.../test/error-resolve-case-sensitive/badCase.js'. | |
File exists? '/.../test/error-resolve-case-sensitive/badCase.js' | |
...letter case mismatched. Possible files: BadCase.js | |
File exists? '/.../test/error-resolve-case-sensitive/badCase.js.js' | |
...no. | |
File exists? '/.../test/error-resolve-case-sensitive/badCase.js.json' | |
...no. | |
Is directory? '/.../test/error-resolve-case-sensitive/badCase.js' | |
...letter case mismatched. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment