Vue\npm\vue.ps1 Cannot Be Loaded Because Running Scripts Is Disabled On

[Solved] Vue\npm\vue.ps1 Cannot Be Loaded Because Running Scripts Is Disabled On | Typescript - Code Explorer | yomemimo.com
Question : vue\npm\vue.ps1 cannot be loaded because running scripts is disabled on this system

Answered by : revaz-gh

// execute in windows powershell:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
// answered in https://github.com/vuejs/vue-cli/issues/3424#issuecomment-567530758 by Hooponopono

Source : | Last Update : Fri, 16 Jul 21

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

Code Explorer Popular Question For Typescript