We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
dist/lib/charSet.js
dist/lib/charset.js
The text was updated successfully, but these errors were encountered:
Fix issue #1
9859219
Rename charSet.js in dist/lib to charset.js
Thx for the catch. Fixed in 3.0.1
Sorry, something went wrong.
dingosky
No branches or pull requests
Using this module on Linux leads to the error:
This can easily be fixed by renaming
dist/lib/charSet.js
todist/lib/charset.js
. It would be nice if the module worked out of the box, however.The text was updated successfully, but these errors were encountered: