DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Node.jsyarn CLI
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
Investigate the behavior of the modules folder flag in yarn. The user expects that specifying a custom modules folder via modules folder should override the default node modules location. Review the yarn source code (likely in src/ or lib/) to understand how the flag is processed. Check if there are any existing tests or documentation clarifying this behavior. Consider whether this is a bug or the intended design, and if a fix would involve modifying the flag's implementation.