This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Resolve Install/Save-Module error in PSCore 6.1.0-preview.4 on WSL-Ubuntu 18.04 OS#313
Merged
bmanikm merged 5 commits intoPowerShell:developmentfrom Aug 17, 2018
Conversation
… PSCore 6.1.0-preview.4 - Removed the usage of ExcludeVersion dynamic option so that NuGet provider always downloads the packages into version appended package folder. - This unblocks the customers to use the Install-module and Save-Module cmdlets on Ubuntu 18.04 OS (WSL and Azure) with PSCore 6.1.0 release. - Updated error message in Save-Module cmdlet when the specified path is not accessible. - Added few additional verbose messages Resolves PowerShell#302 and PowerShell#309 For additional details: OneGet/oneget#320
edyoung
approved these changes
Aug 17, 2018
farehar
approved these changes
Aug 17, 2018
Worked with the AppVeyor team to re-enable this worker image.
|
@bmanikm is there a way we can update to this latest change or do we have to wait until the next shipment of PowerShellGet? |
Contributor
|
It will be included in next releases of powershellget and powershell core. If you want it before then you'll have to build it from source |
|
@edyoung yep, done and it works like a champ for installing modules, thanks! |
Contributor
Author
|
The latest version of PowerShellGet includes this change. |
Contributor
Author
|
FYI, v6.1.0-rc.1 release includes this fix! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #302 and #309