Fix “X cannot be loaded because running scripts is disabled on this system” error

I tried running npm run dev in Windows PowerShell and got this error:

npm : File C:\Program Files\nodejs\npm.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

Of course when I went to that Microsoft link there was tons of info and

[…]

Read More