Answers for "vue : file c:\users\nikgo\appdata\roaming\npm\vue.ps1 cannot be loaded because running scripts is disabled on this system."

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
1

vue : File C:UsersMTP Nabeel AhmedAppDataRoamingnpmvue.ps1 cannot be loaded because running scripts is disabled on this system.

vue : File C:Users{USER_PROFILE}AppDataRoamingnpmvue.ps1 cannot be loaded because running scripts is disabled on this system. 

Simply go to the file (vue.ps1) and delete it. Worked for me !
Posted by: Guest on December-07-2021

Code answers related to "vue : file c:\users\nikgo\appdata\roaming\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