-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
The following error is encountered when using this module on a system that is isolated from the internet.
Debug: Prefetching windowspowershell resources for psrepository
Debug: Executing: 'C:/WINDOWS/System32/WindowsPowerShell/v1.0/powershell.EXE -noprofile -executionpolicy bypass -command
@(Get-PSRepository).foreach({
[ordered]@{
'name' = $_.Name
'source_location' = $_.SourceLocation
'installation_policy' = $_.InstallationPolicy.ToLower()
} | ConvertTo-Json -Depth 99 -Compress
})
'
Debug: Storing state
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.06 seconds
Error: Failed to apply catalog: 751: unexpected token at 'WARNING: MSG:UnableToDownload https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409'
OS: Windows Server 2019
PSVersion: 5.1.17763.1
Get-PackageProvider -Name NuGet returns NuGet 2.8.5.208
Metadata
Metadata
Assignees
Labels
No labels