
expo 설치후 expo --version 확인시 6.0.1 이 떴었는데요.
말씀대로
cmd창에서 expo 입력시 사용가능한 명령어들이 화면에 뜨고,
vs code에서 expo 입력시
expo : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\09dh0\AppDa
ta\Roaming\npm\expo.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_
Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참
조하십시오.
위치 줄:1 문자:1
+ expo
+ ~~~~
+ CategoryInfo : 보안 오류: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
npm install -g expo-cli 입력시
123 packages are looking for funding
run `npm fund` for details
26 vulnerabilities (6 moderate, 17 high, 3 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
이렇게 나옵니다
