devcontainers / devcontainers/features
powershell modules not being installed
Open
- Dominant language
- Shell
- Stars
- 1.5k
- Forks
- 621
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 4
Description
The syntax for the pwsh Install-Module needs to be updated so that modules are installed.
The new syntax should be:
pwsh -Command "& {Install-Module -Name ${i} -AllowClobber -Force -Scope AllUsers}" || continue
Contributor guide
Assessment
This issue has not been assessed yet.