devcontainers / devcontainers/features

powershell modules not being installed

Open
#934 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.