Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] requires explicit jquery dependency #162

Open
red-meadow opened this issue Oct 23, 2020 · 1 comment
Open

[email protected] requires explicit jquery dependency #162

red-meadow opened this issue Oct 23, 2020 · 1 comment

Comments

@red-meadow
Copy link

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.

@laubonghaudoi
Copy link

laubonghaudoi commented Feb 1, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants