cnpm不是内部或外部命令,也不是可运行的程序
https://blog.csdn.net/myt2000/article/details/120053641
vscode 终端无法执行cnpm命令的解决办法
按win键搜索Windows PowerShell
1. 进入这个界面
右击Windows PowerShell 以管理员身份运行
2. 打开Windows PowerShell 之后
输入命令:get-executionpolicy
然后:set-executionpolicy remotesigned
然后更改权限为 A
然后命令:get-executionpolicy
vscode 就可以使用cnpm 了