Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid .bashrc lines on Windows -- slashes are not escaped #8

Open
adam-coster opened this issue Sep 28, 2022 · 1 comment
Open

Invalid .bashrc lines on Windows -- slashes are not escaped #8

adam-coster opened this issue Sep 28, 2022 · 1 comment

Comments

@adam-coster
Copy link

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.

@KSXGitHub
Copy link

It seems that the bug is fixed. Can you uninstall completion for old pnpm and install new completion for pnpm v9 and try it out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants