Replies: 2 comments
|
I'm testing v3.0.19 on Windows PowerShell and installing to CurrentUser uses |
0 replies
|
Turns out I have the issue only in VSCode Terminal. If I test in Windows Powershell it work as expected. Thanks |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Does PowershellGet 3 supports Powershell 5.1 modules?
I'm using PowershellGet 3 to publish and install powershell modules.
My module is supporting only Powershell 5.1 at the moment.
When installing a module using
Install-PSResource -Scope CurrentUserthe module gets installed under$home\Documents\PowerShell\Modulesas documented.My concern is that the location is not present by default in
$env:PSModulePathwhen using Powershell 5.1.Are we intended to add the path to the environment variable if we want to use the module in Powershell 5.1?
All reactions