yarnpkg/yarn

feature: separate fetcher cache from poistinstall scripts artifacts cache

Open

#3,642 创建于 2017年6月15日

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)JavaScript (2,731 fork)batch import
cat-featurehelp wantedtriaged

仓库指标

Star
 (41,514 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南