Horje
ng : File C:\Program Files\nodejs\ng.ps1 cannot be loaded because running scripts is disabled on this system. Code Example
npm ng.ps1 cannot be loaded because running scripts is disabled on this system grepper
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
\ng.ps1 cannot be loaded because running scripts is disabled on this system.
Set-ExecutionPolicy -Scope "CurrentUser" -ExecutionPolicy "RemoteSigned"
ng : File C:\Program Files\nodejs\ng.ps1 cannot be loaded because running scripts is disabled on this system.
Run this command on your VScode integrated terminal: 
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
ng : File C:\Users\Sriram\AppData\Roaming\npm\ng.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.
deleting ng.ps1 everything was going in perfect way




Shell

Related
how to change gopath Code Example how to change gopath Code Example
install docker kali linux Code Example install docker kali linux Code Example
apt-get update Code Example apt-get update Code Example
sudo update Code Example sudo update Code Example
get random number shell script Code Example get random number shell script Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15