You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently migrating from npm to yarn version 1.22.19. I'd love to move to berry, but baby steps.
I have noticed a dramatic increase in the size of my node_modules. On one application the size went from 47M to 1.6G. We are using local links and am curious is that is the problem? I have tried a few different things like yarn install --link-duplicates. We are also trying to use modclean in order to get the bundle small enough for Heroku to allow a build.
I have found other issues about this, but they state the problem was resolved in earlier versions. #2088. Any help or advice on using yarn better, if this is not a consistent issue, would be appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
I am currently migrating from
npm
toyarn
version 1.22.19. I'd love to move toberry
, but baby steps.I have noticed a dramatic increase in the size of my
node_modules
. On one application the size went from47M
to1.6G
. We are using local links and am curious is that is the problem? I have tried a few different things likeyarn install --link-duplicates
. We are also trying to usemodclean
in order to get the bundle small enough for Heroku to allow a build.I have found other issues about this, but they state the problem was resolved in earlier versions. #2088. Any help or advice on using
yarn
better, if this is not a consistent issue, would be appreciated. Thanks!The text was updated successfully, but these errors were encountered: