-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Show-Karma failed on relatively fresh installation #452
Comments
Did you install from the PSGallery or clone the repository? If the latter, you need to install EZOut (using I might need to add some instructions around that to the readme, I'm not sure if I ended up documenting that properly. |
I did clone the repo. After following your instructions here I get |
Check |
ErrorRecord : You cannot call a method on a null-valued expression. |
That's definitely an odd one, don't think I've seen that before. Is it the same in 5.1 as well as 7.x versions of powershell for you? Also, might be worth trying to reinstall just from the gallery with |
It complained are you sure you have pushed the latest Stuff ? |
Describe "Koan Bug, Issue, or Help Request"
Following the instaructions on the Readme.md ends up in a dead end on a clean installation
Context "The Problematic Assertions"
Show-Karma
Context "Your Attempts"
there a missing Modules in the instructions for new comers thought
Context "Additional Information"
Did try in PS 5.1 and 7.1.3 in these steps on a newly machines
PS 5.1 (upgrade to latest Pester)
Install-Module Pester -Force -SkipPublisherCheck -Scope CurrentUser -MinimumVersion 5.0.2
PS 6.0+ (Install Pester under current user)
Install-Module Pester -Scope CurrentUser -MinimumVersion 5.0.2$env:PSModulePath = "$ (Get-Location)$([IO.Path]::PathSeparator)${env:PSModulePath}"
3. Get-ExecutionPolicy => Bypass
4.
5. Show-Karma
Ends in
Show-Karma: The 'Show-Karma' command was found in the module 'PSKoans', but the module could not be loaded. For more information, run 'Import-Module PSKoans'.
Import-Module PSKoans ends in
Import-Module: The member 'FormatsToProcess' in the module manifest is not valid: Cannot find path
...PSKoans.format.ps1xml' because it does not exist..
Install-Module EZOut ends up in conlict messages
The text was updated successfully, but these errors were encountered: