Answers for "gulp : file c:\users\diwa8\appdata\roaming\npm\gulp.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."

25

solved - gulp : File C:\Users\Tech\AppData\Roaming\npm\gulp.ps1 cannot be loaded because running scripts is disabled on this system.

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

Code answers related to "gulp : file c:\users\diwa8\appdata\roaming\npm\gulp.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."

Code answers related to "TypeScript"

Browse Popular Code Answers by Language