PS C:\works\nodejs_sample_route> nodemon App1.js
nodemon : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\ICT03-18\AppData\Roaming\npm\nodemon.ps1 파일을 로드할 수 없습니다. 자세한 내
용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오.
위치 줄:1 문자:1
+ nodemon App1.js
+ ~~~~~~~
+ CategoryInfo : 보안 오류: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
라는 오류가 발생하는데 경로는 C:\works\nodejs_sample_route 이고
여기에 하려고 했는데 안되네요. 이유가 뭘까요 ㅠ.ㅠ...