When I tried executing the command “truffle init” from the Windows PowerShell (after npn install -g [email protected]) I received the following error: “…AppData\Roaming\npm\truffle.ps1 cannot be loaded because running scripts is disabled on this system.”
The resolution to this problem seems to be the following which is executed in PowerShell:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted