--ignore-engines flag not supported in install or add commands
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
```
bolt add pkgName --ignore-engines
```
and
```
bolt install --ignore-engines
```
do not work as expected, the flags are not passed on to yarn
| Title | Description
| --------------------|------------
| Version | 0.19.2
| Type | bug
| node | 8.4.0
| Operating System | MacOs
Contributor guide
Research direction
Reproduce the issue with `bolt add pkgName --ignore-engines` and `bolt install --ignore-engines` using the reported environment details. Trace argument handling for the add and install commands through to the Yarn invocation, then verify that both commands pass the flag through as expected and that the reported behavior is covered by regression checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100