Added paragraph explaining how to get extra information about packages that can't be updated.

This commit is contained in:
Hugh Willson
2017-03-01 10:59:46 -05:00
parent 3802addaae
commit 148aeef2c9

View File

@@ -179,6 +179,12 @@ updated packages must meet the constraints imposed by other packages used by
the project. This means that some packages, while updated, might still not be
updated to their most recent version.
To get more information about why a package is kept from upgrading, run the
following (replacing the package name and version with the package listed
in the "Newer versions" message):
meteor add package@<target-version>
Options:
--packages-only Update the package versions only. Do not update the release.
--patch Update the release to a patch release only.