问题遇到的现象和发生背景
问题相关代码,请勿粘贴截图
C:\Users\HP>node -v
v16.14.2
C:\Users\HP>npm -v
8.6.0
C:\Users\HP>npm install -g cnpm --registry=https://registry.npm.taobao.org/
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
changed 388 packages in 15s
3 packages are looking for funding
run npm fund
for details
C:\Users\HP>
运行结果及报错内容
我的解答思路和尝试过的方法
升级了npm,但是也失败了
我想要达到的结果
想问一下问题出在哪,该怎么解决