Mongol-meteor-explore-minimongo-devtools icon indicating copy to clipboard operation
Mongol-meteor-explore-minimongo-devtools copied to clipboard

[email protected] requires explicit jquery dependency

Open red-meadow opened this issue 4 years ago • 1 comments

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:[email protected] - works fine
  3. meteor add msavin:[email protected] - 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.

red-meadow avatar Oct 23 '20 12:10 red-meadow

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

laubonghaudoi avatar Feb 01 '21 06:02 laubonghaudoi