Skip to content

ReferenceError: jQuery is not defined #335

@theoldcounty

Description

@theoldcounty

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions