rush install
Downloads [email protected]
as specified in common/config/rush/pnpm-lock.yaml
Downloads [email protected]
(latest on npmjs.com)
These steps were used to generate the files currently in this repo (like common/config/rush/pnpm-lock.yaml
). They do not need to be run again to repro the actual issue.
- Download dependencies from npmjs.com to local disk
npm pack [email protected]
npm pack [email protected]
- Publish
[email protected]
and[email protected]
to a private registry (e.g. Verdaccio) - Edit
common/config/rush/.npmrc
and changeregistry
to your private registry rush update
- Note that
common/config/rush/pnpm-lock.yaml
contains:
packages:
/pad-left/2.1.0:
dependencies:
repeat-string: 1.6.0
/repeat-string/1.6.0:
- Revert changes to
common/config/rush/.npmrc
git commit