Replies: 2 comments
-
I'm testing v3.0.19 on Windows PowerShell and installing to CurrentUser uses |
Beta Was this translation helpful? Give feedback.
0 replies
-
Turns out I have the issue only in VSCode Terminal. If I test in Windows Powershell it work as expected. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 CurrentUser
the module gets installed under$home\Documents\PowerShell\Modules
as documented.My concern is that the location is not present by default in
$env:PSModulePath
when 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?
Beta Was this translation helpful? Give feedback.
All reactions