배포를 위해 serve -s build 명령어를 입력시 시큐리티익셉션이 자꾸 떴다.
확인해보니 스크립트 권한이 제한되어 있을 경우 생기는 오류였다.
해결법
Windows PowerShell을 관리자권한으로 실행 후
ExecutionPolicy
set-ExecutionPolicy RemoteSigned
권한을 확인해보면 Restricted로 되어있을텐데 그 권한을 RemoteSigned로 바꿔준다 (unRestricted ㄴㄴ)
이후 다시 설치를 해보면
접속가능한 주소가 Serve 되었다고 뜬다!
반응형
'개발 > Error note' 카테고리의 다른 글
[MongoDB error] MongoParseError: options usecreateindex, usefindandmodify are no (0) | 2022.08.19 |
---|---|
[Vue error] 프로젝트 생성시 권한오류 (0) | 2022.08.18 |
[Tomcat error] Could not load the Tomcat server configuration at ...오류 발생시 대처법 (0) | 2022.08.16 |
[Spring (sts) error] expected single matching bean but found 2 || expected at least 1 bean (0) | 2022.07.22 |
[Spring (sts) error] 메이븐 특정 라이브러리(jar)제거 (0) | 2022.07.19 |