Fixes tagged PowerShell
2 fixes · back to all fixes
PowerShellWindows
PowerShell mangles quotes in CLI args, so pass JSON by file
A curl or gh command with inline JSON works in bash and cmd but the payload arrives corrupted from PowerShell. PowerShell rewrites embedded double quotes when handing args to native executables. Pass the payload by file or stdin instead.
2 min read →
PowerShellExpo
PowerShell globbing mangles Expo Router [id] file paths
Reading and writing files at bracketed paths like app/[id]/index.tsx failed because PowerShell treats [id] as a wildcard character class.
1 min read →