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
Increase node memory limit to 8gb when running any commands via npm (#16779)
By putting this in a `.npmrc` file, it sets the node memory limit to 8gb
for *any* command run via npm (e.g. `npm run lint`, `npm run watch:dev`,
etc.).
0 commit comments