You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 finemeteor add msavin:[email protected]
-Uncaught Error: jQuery not found
in a browsermeteor add jquery
andnpm i jquery --save-dev
- now it worksMeteor version: 1.11.1.
The text was updated successfully, but these errors were encountered: