Answers for "file c:\users\krishna\appdata\roaming\npm\nx.ps1 cannot be loaded because the execution of scripts is disabled on this system."

36

File C:\Users\Tariqul\AppData\Roaming\npm\ng.ps1 cannot be loaded because running scripts is disabled on this system.

Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Posted by: Guest on May-31-2020
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 "file c:\users\krishna\appdata\roaming\npm\nx.ps1 cannot be loaded because the execution of scripts is disabled on this system."

Code answers related to "TypeScript"

Browse Popular Code Answers by Language