We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This might be a user error. I'm new to Mac world. Apologies in advance if I've missed a step.
Mac OS X 10.11.6 (15G31) El Capitan PSVersion: 6.0.0-alpha PSEdition: Core PowerShellGet 1.0.0.1 PackageManagement 1.0.0.1
PS /Users/juneb> (find-module).count PackageManagement\Find-Package : Unable to find module providers (PowerShellGet). At /usr/local/microsoft/powershell/6.0.0-alpha.9/Modules/PowerShellGet/PSModule.psm1:1294 char:3 + PackageManagement\Find-Package @PSBoundParameters | Microsoft ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidArgument: (Microsoft.Power...ets.FindPackage:FindPackage) [Find-Package], Excepti on + FullyQualifiedErrorId : UnknownProviders,Microsoft.PowerShell.PackageManagement.Cmdlets.FindPackage 0
Find-Module
Return PSRepositoryItemInfo
Unable to find module providers (PowerShellGet).
> $PSVersionTable Name Value ---- ----- PSVersion 6.0.0-alpha PSEdition Core PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 3.0.0.0 GitCommitId v6.0.0-alpha.9 CLRVersion WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered:
you need to install .net core Follow https://www.microsoft.com/net/core#macos
PS /Users/j> (find-module).count 943
Sorry, something went wrong.
This issue was moved to PowerShell/PowerShellGet#42
No branches or pull requests
This might be a user error. I'm new to Mac world. Apologies in advance if I've missed a step.
Mac OS X 10.11.6 (15G31) El Capitan
PSVersion: 6.0.0-alpha
PSEdition: Core
PowerShellGet 1.0.0.1
PackageManagement 1.0.0.1
Steps to reproduce
Find-Module
Expected behavior
Return PSRepositoryItemInfo
Actual behavior
Unable to find module providers (PowerShellGet).
Environment data
The text was updated successfully, but these errors were encountered: