Answers for "You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 + ng serve"

1

ng cannot be loaded

run the below command 

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Posted by: Guest on February-06-2021

Code answers related to "You cannot run this script on the current system. For more information about running scripts and setting execution policy, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. At line:1 char:1 + ng serve"

Browse Popular Code Answers by Language