I have a great running 1.3.2.4 project.
Following the guide I do a
meteor update --release 1.3.5.1
which crashes with
Errors while initializing project:
While loading package fourseven:scss@3.4.3:
error: Command failed:
module.js:340
throw err;
^
Error: Cannot find module '../'
Checking out the fourseven package I see they want me at version 3.8.0
so I
meteor add fourseven:scss@3.8.0
which generates a boat load of errors starting with
Errors while adding packages:
While selecting package versions:
error: Conflict: Constraint caching-compiler@1.0.5_1 is not satisfied by caching-compiler 1.0.4.
Constraints on package "caching-compiler":
* caching-compiler@=1.0.4 <- top level
* caching-compiler@1.0.4 <- caching-html-compiler 1.0.6 <- templating 1.1.9 <-
blaze-html-templates 1.0.4
Could anyone help me understand what these errors are telling me?
Constraint caching-compiler@1.0.5_1 is not satisfied by caching-compiler 1.0.4.
and what I can do to move forward…