We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
n --update
While putting in the correct command into Powershell works fine doing n --update gives this error:
Remove-Item : Cannot remove item C:\Users\Ashvin\.n\bin\_asyncio.pyd: Access to the path 'C:\Users\Ashvin\.n\bin\_asyncio.pyd' is denied. At C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\Microsoft.PowerShell.Archive\Microsoft.PowerShell.Archive.psm1:1029 char:29 + ... Remove-Item -LiteralPath $currentArchiveEntryFileInfo.Ful ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : PermissionDenied: (C:\Users\Ashvin\.n\bin\_asyncio.pyd:FileInfo) [Remove-Item], Unauthor izedAccessException + FullyQualifiedErrorId : RemoveFileSystemItemUnAuthorizedAccess,Microsoft.PowerShell.Commands.RemoveItemCommand
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While putting in the correct command into Powershell works fine doing
n --update
gives this error:The text was updated successfully, but these errors were encountered: