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

Support cross-drive installation (pwsh extracted to one drive, local npm project on another) #24

Open
cspotcode opened this issue Aug 9, 2020 · 0 comments

Comments

@cspotcode
Copy link
Owner

cspotcode commented Aug 9, 2020

The npm ecosystem uses a library called cmd-shim to emulate symlinks on Windows. It spits out .cmd and .ps1 shims that behave like symlinks, invoking the target executable.

It has a bug with creating a shim that delegates to an executable on a different drive letter. (e.g C: -> D: or vice versa)

To support this on our end, we should switch to @zkochan/cmd-shim because they have fixed the bug.
pnpm/cmd-shim#17

This issue is awaiting a pull request from the community.

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

No branches or pull requests

1 participant