Giter VIP home page Giter VIP logo

Comments (6)

vkuehn avatar vkuehn commented on June 20, 2024 1

It complained
WARNING: Version '0.67.0' of module 'PSKoans' is already installed at...
To install version '0.67.1', run Install-Module and add the -Force parameter,
did so.
Show-Karma in that git folder shows me
Show-Karma: You cannot call a method on a null-valued expression

are you sure you have pushed the latest Stuff ?
I'll close it now as I don't think we go here anywhere but will watch the repo and try the next mayor release.
looks promissing

from pskoans.

vexx32 avatar vexx32 commented on June 20, 2024

Did you install from the PSGallery or clone the repository? If the latter, you need to install EZOut (using -AllowClobber, if memory serves, you might need it for the install and the import commands) and then run the PSKoans.ezformat.ps1 script to generate the format file before placing the module folder in a module path for use.

I might need to add some instructions around that to the readme, I'm not sure if I ended up documenting that properly.

from pskoans.

vkuehn avatar vkuehn commented on June 20, 2024

I did clone the repo. After following your instructions here I get
Show-Karma: You cannot call a method on a null-valued expression.

from pskoans.

vexx32 avatar vexx32 commented on June 20, 2024

Check $Error[0].Exception.GetBaseException() | Format-List -Force for the details of that I suppose, not much to go on there.

from pskoans.

vkuehn avatar vkuehn commented on June 20, 2024

ErrorRecord : You cannot call a method on a null-valued expression.
WasThrownFromThrowStatement : False
TargetSite : Void CheckActionPreference(System.Management.Automation.Language.FunctionContext,
System.Exception)
StackTrace : at
System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext
funcContext, Exception exception)
at
System.Management.Automation.Interpreter.ActionCallInstruction2.Run(InterpretedFrame frame) at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(Interp retedFrame frame) at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(Interp retedFrame frame) at System.Management.Automation.Interpreter.Interpreter.Run(InterpretedFrame frame) at System.Management.Automation.Interpreter.LightLambda.RunVoid1[T0](T0 arg0) at System.Management.Automation.PSScriptCmdlet.RunClause(Action1 clause, Object
dollarUnderbar, Object inputToProcess)
at System.Management.Automation.CommandProcessorBase.Complete()
Message : You cannot call a method on a null-valued expression.
Data : {System.Management.Automation.Interpreter.InterpretedFrameInfo}
InnerException :
HelpLink :
Source : System.Management.Automation
HResult : -2146233087

from pskoans.

vexx32 avatar vexx32 commented on June 20, 2024

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 Install-Module PSKoans and seeing if that works out better for you for whatever reason.

from pskoans.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.