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

Case sensitivity in packages names #4

Closed
sergek opened this issue Feb 11, 2016 · 1 comment
Closed

Case sensitivity in packages names #4

sergek opened this issue Feb 11, 2016 · 1 comment
Labels

Comments

@sergek
Copy link

sergek commented Feb 11, 2016

Hi, in the 'dependencies' section of package.json you specified 'jquery' package as a dependency, but within draggable.js you require it as 'jQuery'.

On case-sensitive file systems (all linux) this will break, as require() is case-sensitive.
The possible solution is to require jquery with lowercase for all OS/filesystems compatibility.

bcherny added a commit that referenced this issue Feb 13, 2016
@bcherny
Copy link
Owner

bcherny commented Feb 13, 2016

thanks for the report. let me know if the fix doens't work for you.

@bcherny bcherny added the bug label Apr 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants