How to fix error nodemon ps1 cannot be loaded because running scripts is disabled
A solution for running nodemon on local machine error on Windows :
1. Open Windows PowerShell with Run as Administrator
2. Run this command: Set-ExecutionPolicy Unrestricted
Problem solved. Click on the link to see explanation…