0
点赞
收藏
分享

微信扫一扫

Hexo在PowerShell无法运行问题

妖妖妈 2022-03-30 阅读 58
Hexonode.js

Hexo在PowerShell无法运行问题

   Hexo在cmd下运行没有问题,但是在power shell运行报错。

解决:

   以管理员身份在power shell运行如下,并选择y。

Set-ExecutionPolicy -ExecutionPolicy UNRESTRICTED

参考:link

举报

相关推荐

0 条评论