Answers for "yarn: unable to load file c:\users\rd\appdata\roaming\npm\yarn.ps1 because scripting is disabled on this system. for more information, see about_execution_policies at https://go.microsoft.com/fwlink/?linkid=135170."

CSS
17

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: unable to load file c:\users\rd\appdata\roaming\npm\yarn.ps1 because scripting is disabled on this system. for more information, see about_execution_policies at https://go.microsoft.com/fwlink/?linkid=135170."

Browse Popular Code Answers by Language