Answers for "annot be loaded because running scripts is disabled on this system expo"

10

expo.ps1 cannot be loaded because running scripts is disabled on this system. for more information

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
Posted by: Guest on November-22-2020
1

expo installation problem cannot be loaded because running scripts is disabled on this system. For more information, see abou t_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.

#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
Posted by: Guest on December-02-2021

Code answers related to "annot be loaded because running scripts is disabled on this system expo"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language