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

ReferenceError: jQuery is not defined #335

Open
theoldcounty opened this issue Jun 24, 2019 · 0 comments
Open

ReferenceError: jQuery is not defined #335

theoldcounty opened this issue Jun 24, 2019 · 0 comments

Comments

@theoldcounty
Copy link

I've tried to install the jquery reel on npm install jquery.reel -- but when I run the react application I run into this error

https://www.npmjs.com/package/jquery.reel
the code on the site is 1.3.0 and this seems to work - but this 1.3.1 has errors - and I can't seem to install @1.3.0 version as it doesn't include mousescroll libs?


(anonymous function)
node_modules/jquery.reel/jquery.reel.js:63
  60 |       commonjs = !amd && typeof module == 'object' && typeof module.exports == 'object' && (module.exports = factory),
  61 |       plain = !amd && !commonjs && factory();
  62 | })(function () {
> 63 |   return jQuery.reel || function ($, window, document, undefined) {
  64 |     // ------
  65 |     // jQuery
  66 |     // ------

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

1 participant