Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install Terminal-Icons on Windows 11 Windows Terminal with Powershell profile #95

Open
p-r-i-t-h-v-i opened this issue Feb 24, 2023 · 3 comments

Comments

@p-r-i-t-h-v-i
Copy link

Install-Module -Name Terminal-Icons -Repository PSGallery

gives me the error whether I run as a user or administrator or with -Scope CurrentUser option.

Install-Package: Administrator rights are required to install or update. Log on to the computer with an account that has Administrator
rights, and then try again, or install by adding "-Scope CurrentUser" to your command. You can also try running the
Windows PowerShell session with elevated rights (Run as Administrator).
@THE-L1NUX-USER
Copy link

Install-Module -Name Terminal-Icons -Repository PSGallery -Force

Try this
run as admin..

@NewtonChutney
Copy link

Install-Module -Name Terminal-Icons -Repository PSGallery

gives me the error whether I run as a user or administrator or with -Scope CurrentUser option.

I think the installation method has changed.. The one in PS gallery is the old one ig..
And the new version can be installed from winget afaik.. Go through the documentation to be sure..

@14juanvf14
Copy link

Hola, es posible que sea el security defender de windows, solo ve al historial de protección y permite la ejecución en el dispositivo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants