oneget Questions
2
Solved
Years back, there was a Microsoft package manager called PackageManagement (aka OneGet), which seems to be based on PowerShell command conventions, and was extensible.
Recently, Microsoft introduce...
4
I tried Install-Package nodejs, which seems to have done something:
PS C:\WINDOWS\system32> Install-Package nodejs
The package(s) come(s) from a package source that is not marked as trusted.
A...
Wallsend asked 18/2, 2019 at 2:2
6
Solved
After Windows November update (PackageManagement and PowerShellGet modules of 1.0.0.1 version) I can't register HTTPS NuGet servers as PSRepository anymore:
Register-PSRepository -Name test -Sourc...
Jaysonjaywalk asked 9/2, 2016 at 15:58
3
Solved
This is a common error that is not solved by the common solutions I have found on the internet.
Unable to run Get-PsRepository, Install-Module, and related (OneGet?) commands without them throwing ...
Fullback asked 28/12, 2020 at 19:24
2
Solved
I have added ChocolateyGet as a provider on Powershell so I can use it with PackageManagement (OneGet), it works but every package I try to install warns:
https://www.chocolatey.org is not a tr...
Ovoviviparous asked 23/4, 2017 at 1:10
1
Solved
What I want
I want to publish number of PowerShell scripts as Nuget package to be used on build systems.
I want to use PowerShellGet to do installation work for me and version management.
I don't w...
Wolves asked 30/10, 2015 at 10:29
1
© 2022 - 2024 — McMap. All rights reserved.