mrixner

Results 82 comments of mrixner

Does scoop have a ps1 script? I don't have it installed. I feel like cmd is probably more robust if the users want to change their npm location... I'll try...

Should I change it to allow the selection of any executable, or leave it as a dropdown?

OK. I can't work on this next week but will finish it when I have time.

For future reference- I made the complex settings so related items could be centralized in the same logical setting, but I think it's probably too much overhead and not much...

> Perhaps, anothet possible solution could be running through an inner command prompt C:\WINDOWS\system32\windowspowershell\v1.0\powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "cmd.exe /C \"C:\Program Files\nodejs\npm\" outdated --json --global" This works great, but requires...

Everything is, I believe, implemented and tested. Let me know if you find any problems!

I did attempt that, and while it works on the command line it did not work in UniGetUI. I believe that one was the error where it was complaining about...

> (Edit, I am thinking also on both scoop and npm to invoke only .ps1 files, and do not have a fallback on `scoop` and `ps1` files, since the .ps1...

Oh, do you mean the Scoop check in `LoadAvailablePaths` where it loads scoop PS1s from all the `scoop`s in the path? That's not a fallback, that's what actually allows the...

In fact, I should probably do that for npm as well if it's not there already.