msavin / Mongol-meteor-explore-minimongo-devtools

In-App MongoDB Editor for Meteor (Meteor DevTools)
http://play.with.meteor.toys
824 stars 40 forks source link

mongol@10.0.1 requires explicit jquery dependency #162

Open red-meadow opened 4 years ago

red-meadow commented 4 years ago

The latest Mongol doesn't work as it is, you have to manually add Atmosphere and npm jquery packages.

Steps to reproduce:

  1. meteor create app --bare
  2. meteor add msavin:mongol@7.0.1 - works fine
  3. meteor add msavin:mongol@10.0.1 - Uncaught Error: jQuery not found in a browser
  4. meteor add jquery and npm i jquery --save-dev - now it works

Meteor version: 1.11.1.

laubonghaudoi commented 3 years ago

Same here, is it possible to remove such dependency in future updates? Also it requires meteor add blaze to work. This at least should be indicated in the doc