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

Won't install/import through PSGallery correctly #9

Open
Velocet opened this issue Sep 25, 2016 · 0 comments
Open

Won't install/import through PSGallery correctly #9

Velocet opened this issue Sep 25, 2016 · 0 comments

Comments

@Velocet
Copy link

Velocet commented Sep 25, 2016

Find-Module -Name PowerClippy | Install-Module
The above command runs fine but importing it and everything else won't.

PS C:\Windows\system32> Import-Module PowerClippy
Import-Module : Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
In Zeile:1 Zeichen:1
+ Import-Module PowerClippy
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Import-Module], NullReferenceException
    + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant