Neil Barnwell
Neil Barnwell
I think the problem stems from inconsistency around naming. Is it "sprintfjs" or "sprintf-js"? The file itself is called "sprintf.js", which suggests the module name (in AMD terms) should simply...
I'm having a similar issue now with Google Chrome. After a reboot there's something in that registry entry for pending renames about Chrome.
PS C:> get-itemproperty "hklm:\system\currentcontrolset\control\session manager" -Name PendingFileRenameOperations | s elect -exp PendingFileRenameOperations \??\C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\IGT.exe \??\C:\Program Files (x86)\Google\Update\1.3.24.15 I just found this that I'll try in a second for the IGT.exe:...
I have a short repro if there's any appetite to have it fixed? I'm fairly invested with PowerShell elsewhere so was hoping not to have to jump ship to Cake....
I've got some output here: ``` PS C:\Users\Teatowel> Install-PSResource MyCompany.PowerShell.Utility -Verbose VERBOSE: All paths to search: 'C:\Users\Teatowel\Documents\PowerShell\Modules' VERBOSE: All paths to search: 'C:\Users\Teatowel\Documents\PowerShell\Scripts' VERBOSE: Retrieving directories in the path 'C:\Users\Teatowel\Documents\PowerShell\Modules'...
It's possible it's to do with upstream dependencies, or possibly the version of nuget API that it supports? Here's an example with the debug output: ```PowerShell PS C:\temp> Install-PSResource PSWindowsUpdate...
I think it almost worked with a v3 URL. Note the specific WARNING, though: ``` WARNING: Installing dependencies is not currently supported for V3 server protocol repositories. The package will...
@anamnavi I guess you may as well close this as "won't fix". I doubt you'll ever get around to an actual fix, as it's been YEARS now that this thing...
I updated the reproduction steps.
I'll try it again but I'm pretty sure I couldn't get it to work at all with a v2 feed, I think because it's an authenticated feed.