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

Example 1: The file \AppData\Roaming\npm\yarn.ps1 is not digitally signed.

Remove yarn.ps1 from the directory C:\Users\%username%\AppData\Roaming\npm\ then try clearing the npm cache at C:\Users\%username%\AppData\Roaming\npm-cache\

Example 2: 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

Tags:

Css Example