Error running `meteor update --patch`

After running meteor update --patch

to upgrade Meteor from 1.4.2.3 to 1.4.2.7, the following error will appear:

=> Errors while initializing project:

While selecting package versions:
error: No version of standard-minifier-js satisfies all constraints: @1.2.1, @2.0.0
Constraints on package "standard-minifier-js":
* standard-minifier-js@1.2.1 <- top level
* standard-minifier-js@2.0.0 <- top level

      

Any idea how to fix this problem?

+3


source to share





All Articles