yarn set resolution <descriptor> <resolution>
Enforce a package resolution
Arguments
Name | Description |
---|---|
descriptor | A descriptor for the package, in the form of 'lodash@npm:^1.2.3' |
resolution | The version of the package to resolve |
Options
Name | Description |
---|---|
-s, --save | Persist the resolution inside the top-level manifest |