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
I know that Windows isn't supported, but at least for Bash the only thing preventing it from working is that the installer writes paths with single \ characters into the bash files, which then escape their neighbors instead of being used as path seps. Manually replacing those with posix-style / is sufficient to get it working on Windows + Bash.
I'm mostly cross-posting this here for others to reference if they're trying to get this working on Windows.
The text was updated successfully, but these errors were encountered:
Full report in the main repo: pnpm/pnpm#5420
I know that Windows isn't supported, but at least for Bash the only thing preventing it from working is that the installer writes paths with single
\
characters into the bash files, which then escape their neighbors instead of being used as path seps. Manually replacing those with posix-style/
is sufficient to get it working on Windows + Bash.I'm mostly cross-posting this here for others to reference if they're trying to get this working on Windows.
The text was updated successfully, but these errors were encountered: