
Terminalde hata: nodemon.ps1 yüklenemiyor çünkü bu sistemde çalışan komut dosyaları devre dışı bırakıldı. Daha fazla bilgi için, https: /go.microsoft.com/fwlink/? LinkID = 135170 adresindeki about_Execution_Policies konusuna bakın.
Bu şekilde sorunu çözmek için bir çözümüm var
- Yönetici Olarak Çalıştır ile Windows PowerShell‘i açın
- Şu komutu çalıştırın: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
nodemon : File C:\Users\UserName\AppData\Roaming\npm\nodemon.ps1 cannot be loaded. The file C:\User
s\Hakan\AppData\Roaming\npm\nodemon.ps1 is not digitally signed. You cannot run this script on t
he current system. For more information about running scripts and setting execution policy, see
about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ nodemon server.js
+ ~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess