You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in chocolatey/boxstarter#455, because the current architecture of Boxstarter has a single PowerShell session then if multiple packages try to install fonts then they will fail when the Add-Type cmdlet is called by subsequent installs (as the type already exists then).
A possible mitigation would be either to check if the type already exists, or set an -ErrorAction SilentlyContinue on that call.
The text was updated successfully, but these errors were encountered:
@teknowledgist check chocolatey/boxstarter#455 - from what I can tell version 0.0.3 appears broken - can you try cinst cascadia-code-nerd-font it was working fine for me earlier today.
As mentioned in chocolatey/boxstarter#455, because the current architecture of Boxstarter has a single PowerShell session then if multiple packages try to install fonts then they will fail when the
Add-Type
cmdlet is called by subsequent installs (as the type already exists then).A possible mitigation would be either to check if the type already exists, or set an
-ErrorAction SilentlyContinue
on that call.The text was updated successfully, but these errors were encountered: