[공지사항] 푸샤 깃허브 블로그 업데이트 사항

만약 보안문제로 윈도우 계정 로그인해야하는 회사(공용) 컴퓨터 혹은 노트북의 경우 Visual Studio Code의 Terminal에서 npm이나 yarn 패키지 설치 혹은 실행하려고 하면 아래의 에러 메세지가 뜬다.

yarn : File C:\Users\...\AppData\Roaming\npm\yarn.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.

이럴 경우 아래의 과정데로 실행해보자.

  1. window PowerShell 프로그램을 관리자 권한으로 실행한다.

  2. Get-ExecutionPolicy 명령어를 실행해본다. 만약 RemoteSigned이 아니라 Restricted로 되어 있다면 권한을 변경하자.

  3. Set-ExecutionPolicy RemoteSigned 입력하고 다시 Get-ExecutionPolicy 입력해서 RemoteSigned로 변경되었는지 확인해본다.

  4. 변경되었다면 이제 Terminal에서 package 명령어 실행될 것이다.

참조 문서 및 사이트

상단으로 푸샤 깃허브 이동

댓글남기기