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 --baremeteor add msavin:[email protected]- works finemeteor add msavin:[email protected]-Uncaught Error: jQuery not foundin a browsermeteor add jqueryandnpm 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