在vscode中,nrm无法运行
问题
nrm : 无法加载文件 C:\Users\xxx\AppData\Roaming\npm\nrm.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.
microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置 行:1 字符: 1
答案
打开Windows PowerShell(管理员)
输入set-ExecutionPolicy RemoteSigned
在输入Y
即可~~~
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 绕 梁!
评论