-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Now on WSL Error: spawn xsel EACCES #1902
Comments
That is a first for us. Did you also try to completely remove the CLI and |
@paulogdm Just removed ~/.now, completely removed the CLI and reinstalled. Still getting the same error. Super odd, it works 100% on windows but not on WSL. |
@paulogdm For further insight, I'm using NVM to manage my node/npm versions on WSL. I'm wondering if installing plain ol' Node would solve this? I'll try that out later today after I get through some other work. |
@paulogdm Just a quick update here: pretty sure this is an error with my specific WSL installation. I encountered a similar error with jest --watch but jest --watchAll functions as expected. I'm going to dig a bit more into this issue over the next few days to see what's causing it. Probably some odd file permissions or something. |
Any tips are appreciated for someone who encounters the same error in the future! |
@paulogdm Just tried with a clean WSL installation, same error. I'm writing this off as the WSL instance doesn't have access to create child processes on the Windows base system. Not really much can be done here, I'll submit an issue to WSL specifically, as this issue seems to persist with other node modules that require child processes. |
@tracy-codes thank you for investigating this! Looks like it's being taking care of in the WSL repo :) |
With using now 14.0.0 on WSL Ubuntu, I get the following error:
I'm running Node v11.9.0 & npm v6.5.0. I've tried rolling back to now v13.1.3 and still encountered the same error as well. Below a text version of the error:
The odd thing is, is that my build is still triggered and successfully builds. It's just that the CLI doesn't complete it's process and in cases where I want to alias, it won't work due to this error. Some help with this would be much appreciated!
The text was updated successfully, but these errors were encountered: