-
I'm trying to remove
Looks like it's running out of memory. (This is in AWS Lambda, with the default meager 128mb) My .yarnrc.yml:
Sure enough, removing interactive-tools fixes it. So, a few questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It can be, yes, the plugins aren't lazy loaded so the entire thing is initialized at all times
It is initialized to get the commands from it before you get to the
In production you should be launching your app without using Yarn - https://yarnpkg.com/features/pnp/#initializing-pnp
|
Beta Was this translation helpful? Give feedback.
It can be, yes, the plugins aren't lazy loaded so the entire thing is initialized at all times
It is initialized to get the commands from it before you get to the
node
part ofyarn node
In production you should be launching your app without using Yarn - https://yarnpkg.com/features/pnp/#initializing-pnp