You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out setting `MSYS_NO_PATHCONV='true'` and
`MSYS2_ARG_CONV_EXCL='*'` at the top level was a bad idea, as it breaks
`npm install`. So mbland/go-script-bash#176 should be closed.
Per mbland/custom-links#62, setting this at the top level actually breaks some programs, notably npm install. So rather than automatically disabling it, it should be better documented somewhere.
mbland
changed the title
Automatically disable POSIX path translation in MSYS2
Doument POSIX path translation in MSYS2
May 29, 2017
Adding the following to
go-core.bash
would avoid some nasty surprises:per: How to stop mingw and msys from mangling path names given at the command line? (Stack Overflow)
This may have ramifications for the
./go get
command, though I'm not sure yet.The text was updated successfully, but these errors were encountered: