Answers for "nodejs\vue.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."

2

vuenpmvue.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 "nodejs\vue.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."

Code answers related to "TypeScript"

Browse Popular Code Answers by Language