How to fix nodemon error- nodemon.ps1 cannot be loaded because running scripts is disabled on this system
Anuj Singh
Posted on March 19, 2021
The problem here is with "Get-ExecutionPolicy" value is Restricted. We have to change it to Unrestricted
Step 1
Open Windows PowerShell with Run As Administrator
Step 2
Execute the following command
Get-ExecutionPolicy
The result you will see is Restricted
Step 3
Execute the following command
Set-ExecutionPolicy Unrestricted
💖 💪 🙅 🚩
Anuj Singh
Posted on March 19, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.