Skip to content

Instantly share code, notes, and snippets.

@zindel
Created February 19, 2019 13:38
Show Gist options
  • Save zindel/30c99afec571335dee5a946e4a8ecc3f to your computer and use it in GitHub Desktop.
Save zindel/30c99afec571335dee5a946e4a8ecc3f to your computer and use it in GitHub Desktop.
/.../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