Answers for "vue\npm\vue.ps1 cannot be loaded because running scripts is disabled on this system"

2

vue\npm\vue.ps1 cannot be loaded because running scripts is disabled on this system

// execute in windows powershell:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser

// answered in https://github.com/vuejs/vue-cli/issues/3424#issuecomment-567530758 by Hooponopono
Posted by: Guest on July-09-2021

Code answers related to "vue\npm\vue.ps1 cannot be loaded because running scripts is disabled on this system"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language