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 :)
Trying to run expo start command via the integrated terminal of visual studio IDE which is by default not authorized.
In such case you open the CMD and run it as an administrator and then type expo start
in the project directory. This will work.
For more information please visit this link