Tencent / feflow

🚀 A command line tool aims to improve front-end engineer workflow and standard, powered by TypeScript.

Home Page:https://feflowjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行 fef dev 报无法加载 C:\Program Files\nodejs\fef.ps1

PanZeYong opened this issue · comments

commented

平台:windows 10

运行 fef dev 命令报以下错误:

fef : 无法加载文件 C:\Program Files\nodejs\fef.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Polic
ies。
所在位置 行:1 字符: 1

  • fef dev
  • CategoryInfo : SecurityError: (:) [],PSSecurityException
  • FullyQualifiedErrorId : UnauthorizedAccess
commented

原因是项目从 git 仓库拉取的,没有安装相关依赖,运行 npm install 即可解决