Fix - 1.3.x - meteor-tabular "Session is not defined"

Just thought I’d offer the solution in case anyone comes across this.

Apparently session is no longer included in Meteor. If you run into the above (like I did, after putting TabularTables{...} in a common place), just do a:

meteor add session

@aldeed might be worth mentioning in the readme.md?

Thanks :slight_smile:

1 Like

Hello

I’ve the same problem today : “Meteor JS Uncaught ReferenceError: Session is not defined”

I’ve done “meteor add session” and the problem is still existing.

Some one knows the solution ?

Thank you.

Pierre.