Reputation: 48
I am using expo cli to make react native apps and while i run my app gating an error spawn powershell ENOENT
Upvotes: 0
Views: 143
Reputation: 11156
Ciao, seems a problem with Powershell rather than expo-cli. Try to:
PATH
as %SystemRoot%/system32/WindowsPowerShell/v1.0
;Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
;Upvotes: 2