[docs] Update installation docs for configurable temp directory (Windows fix)#743
Closed
danielmeppiel wants to merge 3 commits intomainfrom
Closed
[docs] Update installation docs for configurable temp directory (Windows fix)#743danielmeppiel wants to merge 3 commits intomainfrom
danielmeppiel wants to merge 3 commits intomainfrom
Conversation
…629) Document the APM_TEMP_DIR env variable and apm config set temp-dir options in the installation guide's Windows troubleshooting section, addressing the [WinError 5] Access is denied error in corporate environments with restricted %TEMP% directories. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the installation guide's Windows troubleshooting to document the recently added configurable temporary directory support (temp-dir / APM_TEMP_DIR) to help users resolve [WinError 5] Access is denied failures in locked-down corporate environments.
Changes:
- Added a new troubleshooting section for Windows "Access denied" temp directory failures.
- Documented how to configure a writable temp directory via
apm config set temp-dirand viaAPM_TEMP_DIR. - Linked to the CLI reference and described the temp-dir resolution order.
Show a summary per file
| File | Description |
|---|---|
| docs/src/content/docs/getting-started/installation.md | Adds Windows troubleshooting guidance for configuring APM’s temp directory to avoid access-denied errors. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 0
|
This pull request was automatically closed because it expired on 2026-04-19T03:53:34.531Z.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-04-17
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
temp-dir/APM_TEMP_DIR) to resolve[WinError 5] Access is deniedon Windows (from feat: add configurable temp directory to resolve Windows access denied errors #629)Changes Made
docs/src/content/docs/getting-started/installation.mdto add a new "Access denied errors on Windows (corporate endpoint security)" troubleshooting section documenting:apm config set temp-dirAPM_TEMP_DIRenv variable for per-session/CI overridesMerged PRs Referenced
Notes
The
temp-dirconfig key was already fully documented indocs/src/content/docs/reference/cli-commands.mdandpackages/apm-guide/.apm/skills/apm-usage/commands.md. This PR fills the gap in the installation guide's Windows troubleshooting section, which is where users experiencing the[WinError 5]error are most likely to land.