📌  相关文章
📜  文件 C:\Users\SHUBHAM KUNWAR\AppData\Roaming\npm\nodemon.ps1 无法加载,因为在此系统上禁用了运行脚本.有关详细信息,请参阅 https:go.microsoft.com fwlink ?LinkID=135170 上的 about_Execution_Policies.代码示例

📅  最后修改于: 2022-03-11 14:48:22.041000             🧑  作者: Mango

代码示例1
=>run powershell as administrator
=>run foll command
get-ExecutionPolicy
=>if restricted; run following command
set-ExecutionPolicy Unrestricted
=>and set to all
=>again check by foll. command
get-ExecutionPolicy
**it will get unrestricted and problem is solved**