📅  最后修改于: 2022-03-11 15:00:01.608000             🧑  作者: Mango
#Run windows powershell/windows terminal, copy, paste and run this:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
#Then you can try to check expo
expo whoami
#The most probable is to receive a message about being not-logged user
#After finishing working with expo you can restore security settings with:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Restricted