I have installed node.js and then installed npm live server but when i want to use live server using terminal in vs code by
live-server
I get:
live-server : File C:\Users\**\AppData\Roaming\npm\live-server.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.
At line:1 char:1
+ live-server
+ ~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
so how can i solve this problem?