原文:https://micuer.com/new/472.html
我们在运行cnpm install命令的时候可能会遇到一下报错

cnpm error.png
解决办法如下:

resolvent.png
- 以管理员的身份打开;
- 输入
set-ExecutionPolicy RemoteSigned
- 选择Y 或者A ,就好了
注:打开power shell最快的方式就是右键win的徽标,选择 Windows PowerShell(管理员)
原文:https://micuer.com/new/472.html
我们在运行cnpm install命令的时候可能会遇到一下报错
set-ExecutionPolicy RemoteSigned
注:打开power shell最快的方式就是右键win的徽标,选择 Windows PowerShell(管理员)