Open red-meadow opened 4 years ago
The latest Mongol doesn't work as it is, you have to manually add Atmosphere and npm jquery packages.
jquery
Steps to reproduce:
meteor create app --bare
meteor add msavin:mongol@7.0.1
meteor add msavin:mongol@10.0.1
Uncaught Error: jQuery not found
meteor add jquery
npm i jquery --save-dev
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
meteor add blaze
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:mongol@7.0.1
- works finemeteor add msavin:mongol@10.0.1
-Uncaught Error: jQuery not found
in a browsermeteor add jquery
andnpm i jquery --save-dev
- now it worksMeteor version: 1.11.1.