mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Added paragraph explaining how to get extra information about packages that can't be updated.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user