You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you are able to repro it on the latest version
Search the existing issues.
Steps to reproduce
I am trying to install Validate-DCB which has dependent package VMNetworkAdapter. I always get an error:
PackageManagement\Install-Package : Unable to find dependent module(s) (VMNetworkAdapter)
So I tried to find that package but it is missing:
Find-Package -Name validate-dcb | Save-Module -Path "$env:USERPROFILE\Documents\WindowsPowerShell\Modules" -Force
WARNING: Unable to find dependent module(s) (VMNetworkAdapter)
WARNING: Package 'Validate-DCB' failed to install.
PackageManagement\Save-Package : Unable to save the module 'Validate-DCB'.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1598 char:21
$null = PackageManagement\Save-Package @PSBoundParameters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Microsoft.Power...ets.SavePackage:SavePackage) [Save-Package], Exception
+ FullyQualifiedErrorId : ProviderFailToDownloadFile,Microsoft.PowerShell.PackageManagement.Cmdlets.SavePackage
Expected behavior
Install-Module Validate-DCBPS C:\
Actual behavior
Install-Module Validate-DCBWARNING: Unable to find dependent module(s) (VMNetworkAdapter)WARNING: Package 'Validate-DCB' failed to install.
Error details
Find-Package -Name validate-dcb | Save-Module -Path "$env:USERPROFILE\Documents\WindowsPowerShell\Modules" -ForceWARNING: Unable to find dependent module(s) (VMNetworkAdapter)WARNING: Package 'Validate-DCB' failed to install.PackageManagement\Save-Package : Unable to save the module 'Validate-DCB'.At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1598 char:21+ $null = PackageManagement\Save-Package @PSBoundParameters+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (Microsoft.Power...ets.SavePackage:SavePackage) [Save-Package], Exception + FullyQualifiedErrorId : ProviderFailToDownloadFile,Microsoft.PowerShell.PackageManagement.Cmdlets.SavePackage
Environment data
Name Value
---------
PSVersion 5.1.20348.2849
PSEdition Desktop
PSCompatibleVersions {1.0,2.0,3.0,4.0...}
BuildVersion 10.0.20348.2849
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Version
5.1.20348.2849
Visuals
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
Steps to reproduce
I am trying to install Validate-DCB which has dependent package VMNetworkAdapter. I always get an error:
PackageManagement\Install-Package : Unable to find dependent module(s) (VMNetworkAdapter)
So I tried to find that package but it is missing:
Find-Package -Name validate-dcb | Save-Module -Path "$env:USERPROFILE\Documents\WindowsPowerShell\Modules" -Force
WARNING: Unable to find dependent module(s) (VMNetworkAdapter)
WARNING: Package 'Validate-DCB' failed to install.
PackageManagement\Save-Package : Unable to save the module 'Validate-DCB'.
At C:\Program Files\WindowsPowerShell\Modules\PowerShellGet\1.0.0.1\PSModule.psm1:1598 char:21
$null = PackageManagement\Save-Package @PSBoundParameters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Microsoft.Power...ets.SavePackage:SavePackage) [Save-Package], Exception
+ FullyQualifiedErrorId : ProviderFailToDownloadFile,Microsoft.PowerShell.PackageManagement.Cmdlets.SavePackage
Expected behavior
Actual behavior
Error details
Environment data
Version
5.1.20348.2849
Visuals
No response
The text was updated successfully, but these errors were encountered: