Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 201 Bytes

File metadata and controls

2 lines (2 loc) · 201 Bytes
  1. (Windows) Running ng fails with error: execution of scripts is disabled on this system. and only works with ng.cmd

Fix: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser