Answers for "odemon.ps1 cannot be loaded because running scripts is disabled on this system"

17

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

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
Posted by: Guest on November-22-2020
0

nodemon.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.

Open Windows PowerShell with Run as Administrator
Run this command: Set-ExecutionPolicy Unrestricted
Posted by: Guest on March-06-2022

Code answers related to "odemon.ps1 cannot be loaded because running scripts is disabled on this system"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language