Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

react-native.ps1 cannot be loaded because running scripts is disabled on this system

Your script is blocked from executing due to the execution policy.

You need to run PowerShell as admin and set it on client PC to Unrestricted. 
You can do that by:

Set-ExecutionPolicy Unrestricted
 
PREVIOUS NEXT
Tagged: #loaded #running #scripts #disabled #system
ADD COMMENT
Topic
Name
7+2 =