From c70064c846d9b7934d75c00a0dd1df341ac28330 Mon Sep 17 00:00:00 2001 From: kalgen432 <144692132+kalgen432@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:58:17 -0700 Subject: [PATCH] Update README.md to include current pinnedPackages (#38) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0c25c04..4e49471 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ that does a step-by-step setup including mongo, redis, and auto start. 4. Create config.yml (All fields are optional! You can pass STEAM_KEY as an environment variable) ```yaml steamKey: keyFromStep3 + # Sometimes dependencies change in ways that break screeps-launcher or the builds it does. To work around those issues, some package versions need to be pinned. See the current list in the README at https://github.com/screepers/screeps-launcher/ or the specific issue tracking pinned packages: https://github.com/screepers/screeps-launcher/issues/34 + pinnedPackages: + ssri: 8.0.1 + cacache: 16.1.3 + passport-steam: 1.0.17 + minipass-fetch: 3.0.3 mods: # Recommended mods - screepsmod-auth - screepsmod-admin-utils