-
Notifications
You must be signed in to change notification settings - Fork 14
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
GetSteppablePipeline RuntimeException #58
Comments
Mine main course was following When I run Install-Module PowerShellGet -AllowClobber -Force |
Same error here when trying to use version 3.0.23-beta23 of PowerShellGet via PowerShellGet installation in PS Core. Reproduction:
Environment
|
The issue seems related to A workaround I found was installing this module Install-Module -Name Microsoft.PowerShell.PSResourceGet Not sure if this being phased out - or if the dependency is needed before the prerelease module is used. |
I had this same issue. Unfortunately, I couldn't even install PSResourceGet because the Install-Module command was broken with the Once I deleted the new PowerShellGet version I was able to use So the root issue seems to be that I'll note too that I still have PowerShellGet v3.0.12 installed on some machines and it works fine, so it seems this bug was introduced sometime after that prerelease version. |
@TezzKF @deadlydog thanks for reporting this issue. We plan to fix this before GA of the module. |
Prerequisites
Steps to reproduce
Date 20-11-2023
following the documentation:
git clone https://github.com/PowerShell/PowerShellGet
cd path/to/PowerShellGet (substituted with my own path)
Import-Module src/PowerShellGet -Force
Getting issues with
New_Alias: The alias is not allowed, because an alias with the name 'fimo' already exists.
Solving issue by changing alias to 'fimoN' (same with other aliasses)
running command again: Import-Module src/PowerShellGet -Force
(no feedback this time, does not know whether is succesful or not)
running command:
Install-Module -Name PowerShellGet -RequiredVersion 2.2.5 -Allowclobber -Force -Debug -Verbose
Getting the next error:
Expected behavior
PowerShellGet installed in version 2.2.5
Actual behavior
RuntimeException
Error details
Environment data
Version
PowerShell version 5.1
Visuals
No response
The text was updated successfully, but these errors were encountered: