Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I get "live-server : FIle c:\path\to\live-server.ps1 cannot be loaded because running scripts is disabled on this system." :(
    – Sun Bee
    Commented Mar 25, 2021 at 23:45
  • I'm sorry I'm a bit late, but you could run Set-ExecutionPolicy AllSigned or Set-ExecutionPolicy Bypass -Scope Process in PowerShell.
    – Capt 171
    Commented Oct 16, 2021 at 7:53
  • 1
    Thank you ! the post helped a lot ! Commented Nov 17, 2022 at 21:44