It looks like the recent update to Meteor broke the jquery dependencies. I see a bunch of pull requests on the Github that haven’t been reviewed or merged so is it worth fixing this and creating a new package or has anyone done that already?
Edit I created a brand new clean Meteor app and used the --allow-incompatible-update which broke everything previously however now allows the router to run. It does downgrade the Meteor jQuery dependency to 1.11.11 so there is probably going ot be an underlying problem somewhere.
I know there is flow-router but with some server side routes and the route level subscriptions, i found Iron to be much better unless I am missing something.
If you use the allow incompatible flag when doing the install, it will downgrade your jQuery and work normally. I have not seen any issues with it but I think overall, will need to dig into the iron library and see what features if anything was on 1.0 that isn’t on the recent versions of jQuery.