Semantic-UI-Meteor: jQuery not defined

W20150516-14:51:28.683(8)? (STDERR)  
W20150516-14:51:28.689(8)? (STDERR) /Users/yiluxin/.meteor/packages/meteor-tool/.1.1.3.1wysac9++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:245
W20150516-14:51:28.690(8)? (STDERR)                                             throw(ex);
W20150516-14:51:43.307(8)? (STDERR)                                                   ^
W20150516-14:51:43.312(8)? (STDERR) ReferenceError: jQuery is not defined
W20150516-14:51:43.312(8)? (STDERR)     at app/ui/definitions/behaviors/api.js:875:5
W20150516-14:51:43.312(8)? (STDERR)     at app/ui/definitions/behaviors/api.js:877:3
W20150516-14:51:43.312(8)? (STDERR)     at /Users/yiluxin/WebstormProjects/untitled/.meteor/local/build/programs/server/boot.js:222:10
W20150516-14:51:43.312(8)? (STDERR)     at Array.forEach (native)
W20150516-14:51:43.312(8)? (STDERR)     at Function._.each._.forEach (/Users/yiluxin/.meteor/packages/meteor-tool/.1.1.3.1wysac9++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20150516-14:51:43.313(8)? (STDERR)     at /Users/yiluxin/WebstormProjects/untitled/.meteor/local/build/programs/server/boot.js:117:5
=> Exited with code: 8  
=> Your application is crashing. Waiting for file change.

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 18 (4 by maintainers)

Most upvoted comments

@sheshmantha – OK here was the issue:

  1. First I added the file in root folder – so when I had custom.semantic.json in the root folder for the project, the 3 folders of definitions, sites, themes along with the .less files were created in that folder.
  2. afterwards I created a subfolder of client\semantic-ui and moved ONLY the custom.semantic.json to that folder…

That kept crashing (even though new definitions, less files were in the client\semantic-ui)… after a bit of aggravation, I noticed these folders and files in the root project folder… AND when i removed them and restarted… VOILA she works!!