Answers for "ng : file c:\program files\nodejs\ng.ps1 cannot be loaded because running scripts is disabled on this system. for more information, see about_execution_policies at"

7

ng.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
1

File C:UsersPraveenAppDataRoamingnpmng.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 RemoteSigned -Scope CurrentUser
Get-ExecutionPolicy
Get-ExecutionPolicy -list  
ng serve ---run this commands
Posted by: Guest on May-11-2021

Code answers related to "ng : file c:\program files\nodejs\ng.ps1 cannot be loaded because running scripts is disabled on this system. for more information, see about_execution_policies at"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language