every time when I tried to run my Ionic project with the command
ionic serve --livereload --external
It gives a permission error with some error code. When I research the problem I found that if I type the command:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
The problem is solved but I was wondering what can I do to stop typing the execution policy command everytime when I open a new terminal in Windows 10?
1 post - 1 participant