解决pnpm运行时出现错误

pnpm i 运行时,出现类似如下的操作,

1
2
3
4
5
6
pnpm : File D:\develop\nodejs\pnpm.ps1 cannot be loaded because running scripts is disabled on this system. For more inform
At line:1 char:1
+ pnpm i
+ ~~~~
    + CategoryInfo          : SecurityError: (:) [], PSSecurityException
    + FullyQualifiedErrorId : UnauthorizedAccess

这表示脚本运行被禁止了,使用 powershell 查看

1
Get-ExecutionPolicy

修改为 Get-ExecutionPolicy 可以解决

1
set-ExecutionPolicy RemoteSigned
使用 Hugo 构建
主题 StackJimmy 设计