Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chengcyber/rush-pnpm-dep-devdep-repro
https://github.com/chengcyber/rush-pnpm-dep-devdep-repro
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chengcyber/rush-pnpm-dep-devdep-repro
- Owner: chengcyber
- Created: 2023-07-26T06:41:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-26T06:42:20.000Z (over 1 year ago)
- Last Synced: 2024-05-01T17:12:25.388Z (6 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rush pnpm dep devDep issue repro
- [email protected]
- [email protected] (lockfile format v6)# Steps
```shell
git clone [email protected]:chengcyber/rush-pnpm-dep-devdep-repro.gitcd rush-pnpm-dep-devdep-repro
rush install
```Outputs
```
The shrinkwrap file contains the following issues:
Dependencies of project "foo" do not match the current shrinkwrap.The shrinkwrap file is out of date. You need to run "rush update".
```Rerunning `rush update` won't solve this issue.