ps1 cannot be loaded because running scripts is disabled on this system

后端 未结 9 813
执笔经年
执笔经年 2020-12-12 11:55

I try to run powershell script from c#.

First i set the ExecutionPolicy to Unrestricted and the script is running now from

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 12:17

    Another solution is Remove ng.ps1 from the directory C:\Users%username%\AppData\Roaming\npm\ and clearing the npm cache

提交回复
热议问题