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

Exception from sub seoByRouteName id pZkHHtGFsJocTXNpv ReferenceError: check is not defined #81

Open
adeshpandey opened this issue Dec 18, 2015 · 9 comments

Comments

@adeshpandey
Copy link

I am getting following error message on the console when running meteor app:

Exception from sub seoByRouteName id pZkHHtGFsJocTXNpv ReferenceError: check is not defined
@antonsimola
Copy link

Same here.

@osv
Copy link

osv commented Dec 22, 2015

+1,

I add check into packages manually

@aldofunes
Copy link

Had the same problem, this can be solved by adding check to the dependency list

@yhoiseth
Copy link

+1

@d4nyll
Copy link

d4nyll commented Jan 15, 2016

Created a simple PR for this (#82)

@gabrielmedina
Copy link

+1

2 similar comments
@stephane-r
Copy link

+1

@hobbyexplorer
Copy link

+1

@hobbyexplorer
Copy link

Try this on your meteor app folks:

meteor add check
meteor add ejson

That worked for me.

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

9 participants