yarnpkg/yarn

feature: separate fetcher cache from poistinstall scripts artifacts cache

Open

#3.642 aberto em 15 de jun. de 2017

Ver no GitHub
 (0 comments) (2 reactions) (0 assignees)JavaScript (2.731 forks)batch import
cat-featurehelp wantedtriaged

Métricas do repositório

Stars
 (41.514 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Do you want to request a feature or report a bug? feature to mitigate bugs

What is the current behavior?

We have quite a lot of issues happening at the install scripts phase of installation and some of them are related to possible cache issues (e.g. issues with node-sass).

We should have a separate cache folder for build artifacts which we could control independently from the packages cached after fetching, e.g. we could make changes in node version, application path and Yarn version to invalidate those caches.

Guia do colaborador