Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module throws error on case-sensitive filesystems #1

Closed
jangxx opened this issue Apr 5, 2018 · 1 comment
Closed

Module throws error on case-sensitive filesystems #1

jangxx opened this issue Apr 5, 2018 · 1 comment
Assignees

Comments

@jangxx
Copy link

jangxx commented Apr 5, 2018

Using this module on Linux leads to the error:

Error: Cannot find module './dist/lib/charset'

This can easily be fixed by renaming dist/lib/charSet.js to dist/lib/charset.js. It would be nice if the module worked out of the box, however.

dingosky added a commit that referenced this issue Apr 5, 2018
Rename charSet.js in dist/lib to charset.js
@dingosky dingosky self-assigned this Apr 5, 2018
@dingosky
Copy link
Contributor

dingosky commented Apr 5, 2018

Thx for the catch. Fixed in 3.0.1

@dingosky dingosky closed this as completed Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants