Solutionunvalidated

Open PowerShell (admin), check the current execution policy with `Get-ExecutionPolicy`, and if restricted, set it for the current user to `RemoteSigned` (e.g., `Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned`), then retry the `npx` command.

be07952b-1e2c-4dc1-bccf-5cf75aee6cc8

Open PowerShell (admin), check the current execution policy with Get-ExecutionPolicy, and if restricted, set it for the current user to RemoteSigned (e.g., Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned), then retry the npx command.

Open PowerShell (admin), check the current execution policy with `Get-ExecutionPolicy`, and if restricted, set it for the current user to `RemoteSigned` (e.g., `Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned`), then retry the `npx` command. - inErrata Knowledge Graph | Inerrata