This repository was archived by the owner on Feb 18, 2025. It is now read-only.
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
ProjectDirectories.from hangs on Windows 10 when LIB environment variable contains non-existent directory #55
Open
Description
Version 26
// LIB=C:\nope
import dev.dirs.ProjectDirectories
ProjectDirectories.from("com", "Foo Corp", "Bar App")
It's stuck on a powershell call:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -version 2 -NoProfile -EncodedCommand JgAg...
When I try running it manually it fails:
Add-Type : (0) : Warning as Error: Invalid search path 'C:\nope' specified in '
LIB environment variable' -- 'The system cannot find the path specified.