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
Install-PSResource AnyPackage.Appx
Module installs successfully
Install fails due to it not properly checking ExternalModuleDependencies
Exception : Type : Microsoft.PowerShell.PSResourceGet.UtilClasses.ResourceNotFoundException Message : Package(s) 'anypackage.appx' could not be installed from repository 'PSGallery'. HResult : -2146233088 TargetObject : Microsoft.PowerShell.PSResourceGet.Cmdlets.InstallPSResource CategoryInfo : InvalidData: (Microsoft.PowerShel…s.InstallPSResource:InstallPSResource) [Install-PSResource], ResourceNotFoundException FullyQualifiedErrorId : InstallPackageFailure,Microsoft.PowerShell.PSResourceGet.Cmdlets.InstallPSResource InvocationInfo : MyCommand : Install-PSResource ScriptLineNumber : 1 OffsetInLine : 1 HistoryId : 3 Line : Install-PSResource anypackage.appx -Verbose -TrustRepository Statement : Install-PSResource anypackage.appx -Verbose -TrustRepository PositionMessage : At line:1 char:1 + Install-PSResource anypackage.appx -Verbose -TrustRepository + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ InvocationName : Install-PSResource CommandOrigin : Internal ScriptStackTrace : at <ScriptBlock>, <No file>: line 1 PipelineIterationInfo : 0 1
7.6.0-preview.3 Binary 1.1.1 Microsoft.PowerShell.PSResourceGet
No response
The text was updated successfully, but these errors were encountered:
also, #1467
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Steps to reproduce
Install-PSResource AnyPackage.Appx
Expected behavior
Module installs successfully
Actual behavior
Install fails due to it not properly checking ExternalModuleDependencies
Error details
Environment data
Visuals
No response
The text was updated successfully, but these errors were encountered: