Mongol-meteor-explore-minimongo-devtools
Mongol-meteor-explore-minimongo-devtools copied to clipboard
[email protected] requires explicit jquery dependency
The latest Mongol doesn't work as it is, you have to manually add Atmosphere and npm jquery
packages.
Steps to reproduce:
-
meteor create app --bare
-
meteor add msavin:[email protected]
- works fine -
meteor add msavin:[email protected]
-Uncaught Error: jQuery not found
in a browser -
meteor add jquery
andnpm i jquery --save-dev
- now it works
Meteor version: 1.11.1.
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