Skip to content
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

モジュールフォルダにゴミファイルが残っているとpspm installに失敗する #71

Closed
mkht opened this issue Aug 24, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@mkht
Copy link
Owner

mkht commented Aug 24, 2018

再現手順

F:\> New-Item F:\Modules\Pester\4.4.0 -Force
F:\> pspm install Pester
Modules will be saved in "F:\Modules"
"1" 個の引数を指定して "IsSatisfied" を呼び出し中に例外が発生しました: "値を Null にすることはできません。"
発生場所 C:\Program Files\WindowsPowerShell\Modules\pspm\functions\getModule.ps1:281 文字:17
+ ...            if ($SemVerRange.IsSatisfied($moduleInfo.ModuleVersion)) {
+                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    + FullyQualifiedErrorId : ArgumentNullException
@mkht mkht added the bug Something isn't working label Aug 24, 2018
mkht added a commit that referenced this issue Aug 24, 2018
…d folders / files exists in the Modules folder #71
@mkht mkht closed this as completed Aug 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant