DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
3
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
half day
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
mostly clear
Prérequis
Node.jsyarn CLI
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
20
Direction de recherche
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.