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
In case anyone else runs into this, the problem will occur if you haven't add Meteor's "check" package. This is an undocumented (as of now) dependency.
In case anyone else runs into this, the problem will occur if you haven't add Meteor's "check" package. This is an undocumented (as of now) dependency.
https://atmospherejs.com/meteor/check
To fix, just:
meteor add check
Should probably update the docs with a dependency section. I'll issue a PR for this shortly.
The text was updated successfully, but these errors were encountered: