diff --git a/README.md b/README.md index effdaa2..a42a389 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,6 @@ systemctl status npm.service --no-pager ## Troubleshooting **1) Frontend build killed (SIGKILL) / high RAM usage** -- The script forces **Yarn Classic (1.22.x)** and reduces concurrency. - If memory is tight, add swap: ```bash sudo fallocate -l 2G /swapfile && sudo chmod 600 /swapfile