素材巴巴 > 程序开发 >

安装cnpm时警告:npm WARN deprecated request@2.88.2解决办法

程序开发 2023-09-24 11:22:43

首先看问题所在

在这里插入图片描述

解决办法如下

1、首先降低npm版本

npm install npm@4.6.1 -g
 

2、接着使用淘宝镜像

npm config set registry https://registry.npm.taobao.org
 

3、然后验证一下是否成功

npm config get registry
 

4、再清除一下安装缓存

npm cache clean --force
 

5、最后安装 cnpm

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

6、使用 cnpm -v 查看是否安装成功

Microsoft Windows [版本 10.0.18363.1316]
 (c) 2019 Microsoft Corporation。保留所有权利。C:UsersASUSDesktop新建文件夹 (2)>cnpm -v
 cnpm@6.1.1 (D:nodejsnode_gobalnode_modulescnpmlibparse_argv.js)
 npm@6.14.11 (D:nodejsnode_gobalnode_modulescnpmnode_modulesnpmlibnpm.js)
 node@14.6.0 (D:nodejsnode.exe)
 npminstall@3.28.0 (D:nodejsnode_gobalnode_modulescnpmnode_modulesnpminstalllibindex.js)
 prefix=D:nodejsnode_gobal
 win32 x64 10.0.18363
 registry=https://r.npm.taobao.org
 

标签:

上一篇: .NET5开发应用发布到IIS 下一篇:
素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。