In an existing UI project repo... ci (which clears node_modules) then installs from lock...
added 1880 packages in 23.283s
real 0m24.073s
user 0m0.000s
sys 0m0.135s
Still slower than I'd like... but I'm pretty judicious in terms of what I let come in regarding dependencies. That's react, redux, react-redux, material-ui, parcel (for webpack, babel, etc) and a few other dependencies.
For one of the API packages ci over an existing install...
added 1069 packages in 12.911s
real 0m13.708s
user 0m0.045s
sys 0m0.076s
So either you're including the kitchen sink, or you're running on a really slow drive.
tracker1|5 years ago
In an existing UI project repo... ci (which clears node_modules) then installs from lock...
Still slower than I'd like... but I'm pretty judicious in terms of what I let come in regarding dependencies. That's react, redux, react-redux, material-ui, parcel (for webpack, babel, etc) and a few other dependencies.For one of the API packages ci over an existing install...
So either you're including the kitchen sink, or you're running on a really slow drive.jatone|5 years ago
redthrowaway|5 years ago
searchableguy|5 years ago
https://yarnpkg.com/features/pnp
ex3ndr|5 years ago
redthrowaway|5 years ago