rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

Storing post installation artifacts in offline mirror

Open UnrememberMe opened this issue 8 years ago • 1 comments

Initial version of RFC for storing post installation artifacts in offline mirror.

Derived from part of the discussion from https://github.com/yarnpkg/yarn/issues/393 with @bestander

UnrememberMe avatar Feb 17 '17 07:02 UnrememberMe

I would look at this from another angle, some FB employees are working on a generic solution to bring appropriate binaries compilation to Yarn https://github.com/yarnpkg/yarn/issues/480#issuecomment-282478727. The idea is to stop running post-install scripts and have a layer on top of Yarn that is responsible of dealing with native builds and caches. Once Yarn/esy integration gets into shape (hopefully within the month) we could come up with something lightweight for Node npm packages like this.

bestander avatar Feb 26 '17 16:02 bestander