1.问题:系统禁止运行脚本
nodemon : 无法加载文件 C:\Users\梦之所引\AppData\Roaming\npm\nodemon.ps1,
因为在此系统上禁止运行脚本。有关详细信息,请 参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置 行:
1 字符: 1 + nodemon app + ~~~~~~~ + CategoryInfo
: SecurityError: (:) [],PSSecurityException + FullyQualifiedErrorId : UnauthorizedAccess
2.解决:
(1)以管理员身份运行:
2)输入 set-ExecutionPolicy RemoteSigned,如下所示