iamshaunjp / react-native-tutorial

All the course files for the React Tutorial for Beginners playlist on The Ne Ninja Playlist
594 stars 507 forks source link

Error when running expo init myproject on Windows machine #9

Open georgetsiga opened 3 years ago

georgetsiga commented 3 years ago

May you please also include the below information the Readme file.

For those who will encounter an error on a Windows machine when they run expo init myproject. Go to [https:/go.microsoft.com/fwlink/?LinkID=135170](this microsoft website) and read about the script execution policy. I had to run this command on my Powershell before I could run the script. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser .