1

I've tried commands:

npm i -g expo-cli
expo init uber

The error: enter image description here

Digamber negi
  • 407
  • 1
  • 7
  • 20

1 Answers1

1

You have two options:

  • Switch to cmd
    or

  • Run this command

    Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

This command is going to work untill you close the PS, if you reopen it, you should pass it again, there is a very big thread for this, take a look:
ps1 cannot be loaded because running scripts is disabled on this system

Dobromir Kirov
  • 934
  • 4
  • 16