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
After executing the command Install-Module -Name Terminal-Icons -Repository PSGallery in PowerShell as Administrator I then execute the import command and get this error.
I have been able to run Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass and then after this run Import-Module -Name Terminal-Icons but is this the right way to import?
Expected Behavior
Running Import-Module -Name Terminal-Icons works as expected without error
Current Behavior
When running Import-Module -Name Terminal-Icons PowerShell returns the error in the issue title.
The text was updated successfully, but these errors were encountered:
After executing the command Install-Module -Name Terminal-Icons -Repository PSGallery in PowerShell as Administrator I then execute the import command and get this error.
I have been able to run Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass and then after this run Import-Module -Name Terminal-Icons but is this the right way to import?
Expected Behavior
Running Import-Module -Name Terminal-Icons works as expected without error
Current Behavior
When running Import-Module -Name Terminal-Icons PowerShell returns the error in the issue title.
The text was updated successfully, but these errors were encountered: