Answers for "yarn : file c:\program files\nodejs\yarn.ps1 cannot be loaded because running scripts is disabled on this system. for more information,"

CSS
10

yarn : File C:UsersDeveloper DaiyanAppDataRoamingnpmyarn.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
Posted by: Guest on June-16-2020

Code answers related to "yarn : file c:\program files\nodejs\yarn.ps1 cannot be loaded because running scripts is disabled on this system. for more information,"

Browse Popular Code Answers by Language