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
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.
Similar to issue #88, but on wsl. Think problem is that it is not
win32
platform, but still got the extensionThe text was updated successfully, but these errors were encountered: