Answers for "\npm\grunt.ps1 cannot be loaded because running scripts is disabled on this system."

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
0

in grunt cannot be loaded because running scripts is disabled on this system

set-ExecutionPolicy RemoteSigned -Scope CurrentUser  //will not show eny output
Get-ExecutionPolicy //will output remoteSigned
Get-ExecutionPolicy -list  
//you can now run eny command
Posted by: Guest on October-30-2021

Code answers related to "\npm\grunt.ps1 cannot be loaded because running scripts is disabled on this system."

Code answers related to "TypeScript"

Browse Popular Code Answers by Language