Answers for "nodemone 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."

1

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
3

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.

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
Posted by: Guest on November-02-2020

Code answers related to "nodemone 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."

Code answers related to "TypeScript"

Browse Popular Code Answers by Language