nodemon.ps1 hatası nasıl düzeltilir?

Aldığımız hata aşağıdaki şekildedir.
nodemon : File C:\Users\username\AppData\Roaming\npm\nodemon.ps1 cannot be loaded. The file C:\Users\username\AppData\Roaming\npm\nodemon.ps1 is not digitally signed. You cannot run this script on the current syst em. For more information about running scripts and setting execution policy, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
Hatanın düzelmesi için Komut İstemi(CMD) üzerinden aşağıdaki komutu çalıştırmanız yeterli olacaktır.
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser