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

Subcommands doesn't work on windows subsystem linux (wsl) #131

Open
SkReD opened this issue Jan 10, 2019 · 1 comment
Open

Subcommands doesn't work on windows subsystem linux (wsl) #131

SkReD opened this issue Jan 10, 2019 · 1 comment

Comments

@SkReD
Copy link

SkReD commented Jan 10, 2019

Similar to issue #88, but on wsl. Think problem is that it is not win32 platform, but still got the extension

@wehrstedt
Copy link

if anyone facing the same problem: I installed rimraf via npm install -g rimraf on my windows host. After that, I installed rimraf the same way in my WSL. It seems like the wsl distro uses the binary located on the windows host:

$ which rimraf
/mnt/c/Users/wehrstedt/AppData/Roaming/npm/rimraf

but the bin dir is correctly configured:

$ npm bin -g
/usr/bin

directly executing the bin fixes the problem for me ($ /usr/bin/rimraf). seems to be a weird windows path problem.

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