Skip to content

Show-Karma failed on relatively fresh installation #452

Description

@vkuehn

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

  1. git clone https://github.com/vexx32/PSKoans.git
  2. 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
3. Get-ExecutionPolicy => Bypass
4. $env:PSModulePath = "$(Get-Location)$([IO.Path]::PathSeparator)${env:PSModulePath}"
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Category-ModulePertaining to the module's functionality itself.Issue-DiscussionLet's talk about it!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions