vue 3 没有全局安装
vue3 is not installing globaly
您好,当我尝试使用此命令“npm install -g @vue/cli”全局安装 vue3 时,它显示以下错误:
vue : File C:\Users\john\AppData\Roaming\npm\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. At line:1 char:1
- vue --version
-
- CategoryInfo : SecurityError: (:) [], PSSecurityException
- FullyQualifiedErrorId : UnauthorizedAccess
您需要使用 root 权限才能运行命令或授予执行权限
使用管理员身份打开终端
您好,当我尝试使用此命令“npm install -g @vue/cli”全局安装 vue3 时,它显示以下错误:
vue : File C:\Users\john\AppData\Roaming\npm\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. At line:1 char:1
- vue --version
- CategoryInfo : SecurityError: (:) [], PSSecurityException
- FullyQualifiedErrorId : UnauthorizedAccess
您需要使用 root 权限才能运行命令或授予执行权限
使用管理员身份打开终端