vscode中cnpm -install无法运行,显示无法调用

首先确认自己已经安装好了npm

vscode中cnpm -install无法运行,显示无法调用怎么办?

未安装的自行安装

然后错误如下

cnpm :无法加载文件
vscode中cnpm -install无法运行,显示无法调用怎么办?
解决方法:
1.
以管理员身份运行powershell
不会找的,用win + s 搜索powershell.
2.
输入set-ExecutionPolicy RemoteSigned
然后输入A 回车
问题解决

参考自:https://blog.csdn.net/y_0232/article/details/102555209

相关文章:

  • 2021-12-09
  • 2022-01-21
  • 2021-11-28
  • 2021-07-24
  • 2021-08-23
  • 2021-12-19
  • 2021-11-11
猜你喜欢
  • 2021-12-14
  • 2021-11-17
  • 2021-12-18
  • 2021-12-24
  • 2021-11-02
  • 2021-04-18
相关资源
相似解决方案