Updated on Kisan Patel
Problem:
Why powershell does not run Angular commands?
“execution of scripts is disabled on this system.”
Solution:
Step 1:
Remove ng.ps1 from the directory C:\Users\< username >\AppData\Roaming\npm\
Step 2:
Try clearing the npm cache at C:\Users\< username >\AppData\Roaming\npm-cache\
Step 3:
npm cache clean
OR
npm cache clean --force