expo version command shows running scripts disabled on this machine

前端 未结 6 1683
猫巷女王i
猫巷女王i 2021-01-03 11:40

I am trying to develop a react native project in my Windows 10 machine. I installed node js then expo cli via visual studio code terminal. Then I tried the command exp

6条回答
  •  灰色年华
    2021-01-03 12:24

    Step1 : start power shell in administrator mode.

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

    Step3: Press Y for your Confirmation.

提交回复
热议问题