Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 웹팩
- route
- javascript animation
- 포트포워딩
- 회고
- styled-component
- Modal
- docker
- graphql
- Redux
- go
- CDN
- AWS
- typescript
- component
- react
- Recoil
- npx
- sequelize
- 정규표현식
- cicd
- socket.io
- 성능최적화
- 반응형웹
- 웹크롤링
- express
- scrapping
Archives
- Today
- Total
프로그래밍 공부하기
[PowerShell] UnauthorizedAccess 본문
nest-cli를 window 내의 vscode powershell 환경에서 사용하였더니 위와 같은 오류가 발생하였다. 이럴 때는 다음과 같이 진행해보자
1. 관리자 권한으로 PowerShell 실행하기
2. Set-ExecutionPolicy RemoteSigned 입력 > Y
이후 Get-ExecutionPolicy를 입력하여 정책이 RemoteSigned로 바뀌었다면 성공이다!
'ErrorLog' 카테고리의 다른 글
[Babel] regeneratorRuntime is not defined (0) | 2021.06.17 |
---|---|
VSCode 중괄호 포맷 변경 (0) | 2021.06.01 |
ELB 502 Error (3) | 2021.04.30 |
ELB 503 Error (0) | 2021.04.27 |
배포했는데 웹소켓이 안 됨 (0) | 2021.04.27 |
Comments