Answers for "yarn : file c:\users\\npm\yarn.ps1 cannot be loaded because running scripts is disabled on this system."

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
8

yarn.ps1 cannot be loaded because running scripts is disabled on this system

Set-ExecutionPolicy -Scope "CurrentUser" -ExecutionPolicy "RemoteSigned"
Posted by: Guest on July-17-2020

Code answers related to "yarn : file c:\users\\npm\yarn.ps1 cannot be loaded because running scripts is disabled on this system."

Code answers related to "TypeScript"

Browse Popular Code Answers by Language