I am trying to require jQuery as a dependency but I only get an error when I try to do so. I know 1.6.2 is old but I need it to not break some other code. It worked when I used 1.8.2 but I had to shift back to an older version.
Uncaught TypeError: undefined is not a function app.js:46
(anonymous function) main.js:46 context.execCb require.min.js:1603 Module.check
require.min.js:845 (anonymous function) require.min.js:1087
(anonymous function) require.min.js:130 (anonymous function)
require.min.js:1130 each require.min.js:58 Module.emit
require.min.js:1129 Module.check require.min.js:899 (anonymous
function) require.min.js:1087 (anonymous function)
require.min.js:130 (anonymous function) require.min.js:1130 each
require.min.js:58 Module.emit require.min.js:1129 Module.check
require.min.js:899 Module.enable require.min.js:1117 Module.init
require.min.js:758 callGetModule require.min.js:1144
context.completeLoad require.min.js:1517 context.onScriptLoad
require.min.js:1624
Without any exemple code, how you are booting up your things and all it is very hard to help. I will give you a general answer and hope it helps you out, or keep you busy while waiting for other answers. 🙂 Best of luck.
From http://www.bennadel.com/blog/2287-Using-jQuery-As-A-Named-Module-In-RequireJS.htm