
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
RN 용 구글 애드몹 라이브러리 설치를 위해 아래 명령실행시 오류발생.
yarn add react-native-google-mobile-ads
[오류]
yarn : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\ocean\AppData\Roaming\npm\yarn.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Poli
cies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오.
위치 줄:1 문자:1
+ yarn add react-native-google-mobile-ads
+ ~~~~
+ CategoryInfo : 보안 오류: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess

