In powershell, sv is an alias to Set-Variable. Thus I cannot use npx sv as that conflicts with the alias which takes precedence. And the alias can for some reason not be removed, when I remove it with Remove-Item Alias:sv -Force it comes back directly afterwards.
How can I use npx sv then ?
In powershell,
svis an alias toSet-Variable. Thus I cannot usenpx svas 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 -Forceit comes back directly afterwards.How can I use
npx svthen ?