An open API service indexing awesome lists of open source software.

https://github.com/evolution-gaming/yarn-upgrade-issue


https://github.com/evolution-gaming/yarn-upgrade-issue

Last synced: 2 months ago
JSON representation

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
```