vue create 报错解决方法

224 阅读1分钟

image.png

解决方法:
1、管理员身份运行PowerShell 2、执行:set-ExecutionPolicy RemoteSigned 3、输入Y回车 4、解决问题