素材巴巴 > 程序开发 >

npm : 无法将“npm”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。

程序开发 2023-09-07 08:42:32

第一步:先下载安装node.js,一般安装好node.js后,npm就自动安装好了。

Node.js 中文网

安装:(默认next)

 

 

 

 默认

 默认

 

 

 

 第二步:检测是否安装成功 点击开始-运行-cmd(win+R)

拓展:

命令在cmd里运行

1 安装脚手架vue/cli

npm install -g @vue/cli

2 安装cnpm(中国镜像npm),npm 安装卸载如果慢的话,就是用cnpm

npm install cnpm -g --registry=https://registry.npm.taobao.org

 然后所有npm的命令,就把npm替换为cnpm就可以了。

3 node.js安装完成后,如果还提示npm : 无法将“npm”项识别为 cmdlet、函数、脚本文件或可运行程序的名称,就把提示这个话的软件(窗口)关掉,然后重启软件(窗口)

注意 

 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题

npm install --registry=https://registry.npmmirror.com

bug解决:

npm install 卡在了 reify:rxjs: timing reifyNode,出现 gyp ERR find Python、gyp ERR find VS_坐等夕阳落time的博客-CSDN博客


标签:

素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。