pisi / Reel

The premier 360° solution for jQuery.
http://reel360.org
MIT License
690 stars 210 forks source link

ReferenceError: jQuery is not defined #335

Open theoldcounty opened 4 years ago

theoldcounty commented 4 years ago

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 |     // ------