expo version command shows running scripts disabled on this machine expo version command shows running scripts disabled on this machine powershell powershell

expo version command shows running scripts disabled on this machine


Just try to open Windows PowerShell run as administrator and then run this command line: Set-ExecutionPolicy RemoteSigned


Step1 : start power shell in administrator mode.

Step2 : Type the following command "set-ExecutionPolicy RemoteSigned"

Step3: Press Y for your Confirmation.


Paste this code in your terminal

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted

Press Enter

Enjoy :)