报错: 无法加载文件 d:\Program Files\nodejs\node_global\nodemon.ps1,因为在此系统上禁止运行脚本。有
关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
+ ~~~~~~~
+ CategoryInfo : SecurityError: (:) [],PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
解决:在windows power shell中输入set-ExecutionPolicy RemoteSigned 。
网友评论