https://github.com/evolution-gaming/yarn-upgrade-issue
https://github.com/evolution-gaming/yarn-upgrade-issue
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evolution-gaming/yarn-upgrade-issue
- Owner: evolution-gaming
- Created: 2017-07-19T17:17:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T17:28:01.000Z (almost 9 years ago)
- Last Synced: 2025-03-22T17:13:41.978Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
```sh
yarn --offline && yarn upgrade dep-a@1.1.0 --offline
```
Fails with
```
error /Users/pavelbirukov/work/sandbox/prune-offline-mirror/node_modules/dep-a: Command failed.
Exit code: 127
Command: sh
Arguments: -c foo
Directory: /Users/pavelbirukov/work/sandbox/prune-offline-mirror/node_modules/dep-a
Output:
sh: foo: command not found
```