Bismillaahirrohmaanirrohiim…
Setelah menginstall node.js dan ingin menggunakan perintah npx atau npm di power shell atau cmd terkadang ada kegagalan atau error:
npx.ps1 cannot be loaded because running scripts is disabled on this system. see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170
Solusinya adalah dengan menjalankan perintah berikut ini:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
Demikian, masalah selesai.