Commit 316de96
Fix initializeCommand: use bash with wslpath/cygpath/tmp fallback chain
Reverts the PowerShell approach (Windows-only) in favour of a portable bash
command that works across all environments:
- WSL2 bash: wslpath converts Windows TEMP to /mnt/c/...
- Git Bash (Windows): cygpath converts Windows TEMP to /c/...
- macOS/Linux: both unavailable, falls back to /tmp
Also stages ~/.npmrc alongside the CA cert so the Repox token is available
inside the container without manual setup.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent f69a04c commit 316de96
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments