-
Notifications
You must be signed in to change notification settings - Fork 156
[BUG] apm install access is denied to temp folder #624
Copy link
Copy link
Closed
Labels
acceptedDeprecated: use status/accepted. Kept for issue history; will be removed in milestone 0.10.0.Deprecated: use status/accepted. Kept for issue history; will be removed in milestone 0.10.0.enhancementDeprecated: use type/feature. Kept for issue history; will be removed in milestone 0.10.0.Deprecated: use type/feature. Kept for issue history; will be removed in milestone 0.10.0.priority/highShips in current or next milestoneShips in current or next milestone
Milestone
Metadata
Metadata
Assignees
Labels
acceptedDeprecated: use status/accepted. Kept for issue history; will be removed in milestone 0.10.0.Deprecated: use status/accepted. Kept for issue history; will be removed in milestone 0.10.0.enhancementDeprecated: use type/feature. Kept for issue history; will be removed in milestone 0.10.0.Deprecated: use type/feature. Kept for issue history; will be removed in milestone 0.10.0.priority/highShips in current or next milestoneShips in current or next milestone
Have been trying to use apm in a corporate environment, and have run into a permissions issue trying to access the packages folder inside the temp folder.
Copilot's explanation: "APM fails on Windows because the cloned repo contains a directory with NTFS ACLs granting access only to SYSTEM/Admin, so the invoking user cannot enumerate it and hits [WinError 5] Access is denied."
Describe the solution you'd like
Some way of working around this problem (such as specifying a different temp folder to use for the clone)