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
- LG 그램 온도
- 티스토리가운데정렬
- umask and 연산
- 그램 온도
- LG 컨트롤 센터
- LG 컨트롤 센터 온도
- 아나콘다 install
- 스테가노그래피 포렌식 툴
- 티스토리표가운데
- 유마스크
- chmod umask
- 스테가노그래피 툴
- LG CONTORL CENTER
- Error : Due to incompatibility with several Python libraries
- chmod 설정
- 노트북CPU견적
- 리눅스 디스크 다 참
- 그램 온도 낮추기
- 표 가운데정렬방법
- linux 권한설정
- 리눅스 권한설정 리눅스 유마스크
- Image Steganography
- 정보보안용어
- Forensically
- 'Destination Folder' cannot contain non-ascii characters (special characters or diacritics). Please choose another location.
- zsteg
- 노트북CPU성능비교
- 노트북CPU성능
- 리눅스 휴지통 비우기
- 표 가운데정렬
Archives
- Today
- Total
공대생의 에러일기
expo : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\user\AppData\Roaming\npm\expo.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/-?LinkID=135170)를 참.. 본문
Error
expo : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\user\AppData\Roaming\npm\expo.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/-?LinkID=135170)를 참..
냥늉냥 2022. 1. 15. 16:48반응형
EXPO START시 일어나는 스크립트 실행 오류
expo : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\user\AppData\Roaming\npm\expo.ps1
파--------------------------------------------------------------------------------------------일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlin
k/--------------------------------------------------------------------------------------------?LinkID=135170)를 참조하십시오.
+ CategoryInfo : 보안 오류: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
해당 에러가 일어날 경우 해결방법 입니다.
우선 Windows PowerShell을 우클릭으로 관리자 모드로 실행해줍니다.
그리고 터미널에
get-help Set-ExecutionPolicy
하고 Y
Set-ExecutionPolicy RemoteSigned
하고 Y
두 코드를 차례로 입력하고 둘다 y 해주고 나서 다시 expo start를 하면 에러가 나지 않게됩니다~
'Error' 카테고리의 다른 글
Comments