Skip to content

Commit 0ab29b9

Browse files
committed
improve docs
1 parent cc04429 commit 0ab29b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,11 @@ This repository supports both modern (corepack-managed Yarn 4) and legacy (bundl
122122

123123
If you're deploying to an environment that cannot run Node.js 24 (such as end-of-life CentOS 7), set these environment variables:
124124

125+
On `palm` and other legacy servers, add these exports to `$BASE_GUS/etc/setenv` for persistence, then paste them into your current shell to activate immediately. _(Don't re-source `setenv` - it will duplicate `PATH` entries.)_
126+
125127
[source, bash]
126128
----
127-
# Bypass version checks
129+
# Bypass version checks for web-monorepo
128130
export SKIP_YARN_VERSION_CHECK=true
129131
export npm_config_engine_strict=false
130132

0 commit comments

Comments
 (0)