PS D:\> yarn install
yarn : 이 시스템에서 스크립트를 실행할 수 없으므로 ...\yarn.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=13517
0)를 참조하십시오.
위치 줄:1 문자:1
+ yarn install
+ ~~~~
+ FullyQualifiedErrorId : UnauthorizedAccess
---------------------------------------------------------------------------------------------------------------------------
저번주 서버 띄웠었는데 이번주는 안된다.
git부터 지우고 다시 소스 받고 했는데 여전해서..
error log 검색해보니 비슷한 경우( .pz1 파일을 로드할 수 없습니다.... ) 가 많은 것 같다.
쉽게 해결방법을 찾을 수 있었다.
---------------------------------------------------------------------------------------------------------------------------
1. windows PowerShell 프로그램을 관리자 권한으로 실행
2. 본인의 권한 상태 확인.
D:\> Get-ExecutionPolicy
3. 권한이 RemoteSigned 가 아닌 경우 다음 명령어 입력
D:\> Set-ExecutionPolicy RemoteSigned
4. Get-ExecutionPolicy 명령어로 RemoteSigned로 변경 여부 확인.
5. 에러 나던 명령어 실행
D:\> yarn install
'IT story > error' 카테고리의 다른 글
[ FastAPI - Ajax ] [ERROR] 422 Unprocessable Entity (0) | 2024.02.07 |
---|---|
[mybatis] Mapped Statements collection does not contain value for Dao.selectList (0) | 2022.01.11 |
error : error parsing query: found EOF, expected (0) | 2021.07.09 |
error : Null value was assigned to a property (0) | 2021.06.17 |