DifficultyDificuldade de implementação estimada para um novo contribuidor, de 1 para alterações muito pequenas a 5 para trabalho de nível especializado.
3
Tempo estimadoUm intervalo de tempo aproximado para um colaborador experiente investigar, implementar, testar e preparar um pull request.
half day
Status da atividadeQuão disponível o issue aparece agora: novo, ativo, obsoleto, bloqueado ou aguardando entrada do mantenedor.
stale
ClarityCom que clareza o issue explica a mudança esperada, os critérios de aceitação e a próxima etapa.
mostly clear
Prerequisites
Node.jsyarn CLI
Simpatia para novatosUma pontuação de 1 a 100 que estima o quão acessível este issue é para colaboradores iniciantes.
20
Direção de pesquisa
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.