-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
sv
in windows powershell conflicts with Set-Variable
#317
Comments
This does not happen in my powershell, and shouldn't happen in any; though I am not using PowerShell v7. Can you share a screenshot of your terminal running just |
Try |
This is strange. I'm developing I'm not saying the problem does not exist, I'm just trying to explain that this seems to be some kind of edge case and not a global problem. Also I'm not sure why ps kicks in for something that is obviously not the first argument. Edit: Relates #259 |
I also had it working just fine and at some point it just broke and started doing this. I don't think I installed anything that would have changed that either. |
Also, unlike the related issue you mentioned, running |
Currently, to use |
Could you please run
|
Sure:
|
Could it be that
|
In powershell,
sv
is an alias toSet-Variable
. Thus I cannot usenpx sv
as that conflicts with the alias which takes precedence. And the alias can for some reason not be removed, when I remove it withRemove-Item Alias:sv -Force
it comes back directly afterwards.How can I use
npx sv
then ?The text was updated successfully, but these errors were encountered: