By trial and error, it seems like when I add this package to a 1.4 meteor project, it breaks meteor, throwing an error about fourseven:scss.
The error is:
=> Errors while upgrading packages:
While loading package fourseven:scss@3.4.3:
error: Command failed:
...
Error: Cannot find module '../'
I read elsewhere that there's an issue with scss version 3.3.3_3, and maybe upgrading to 3.8.0_1 will fix the issue...
By trial and error, it seems like when I add this package to a 1.4 meteor project, it breaks meteor, throwing an error about
fourseven:scss.The error is:
I read elsewhere that there's an issue with scss version
3.3.3_3, and maybe upgrading to3.8.0_1will fix the issue...