I'm not sure why this is the case, but I'm not able to use this package with the latest coffeescript release.
simply bumping the dependency to coffeescript to @2.2.1_1 solves the problem. But I'm not sure this is the right way to go as it will make incompatible to older version of coffeescript without a real reason.
$ meteor update --all-packages
This project is already at Meteor 1.6.1.1, the latest release.
=> Errors while upgrading packages:
While selecting package versions:
error: Conflict: Constraint coffeescript@1.0.5 is not satisfied by coffeescript 2.2.1_1.
Constraints on package "coffeescript":
[...]
* coffeescript@1.0.5 <- alethes:pages 1.8.6
I'm not sure why this is the case, but I'm not able to use this package with the latest coffeescript release. simply bumping the dependency to coffeescript to @2.2.1_1 solves the problem. But I'm not sure this is the right way to go as it will make incompatible to older version of coffeescript without a real reason.