0
点赞
收藏
分享

微信扫一扫

Python基础入门例程64-NP64 输出前三同学的成绩(元组)

草原小黄河 2023-11-25 阅读 42
nodejsnpm

Microsoft Windows [版本 10.0.19045.2965]
(c) Microsoft Corporation。保留所有权利。

C:\Users\Administrator>node -v
v13.9.0

C:\Users\Administrator>npm -v
npm WARN npm npm does not support Node.js v13.9.0
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11.
npm WARN npm You can find the latest version at https://nodejs.org/
6.4.1

C:\Users\Administrator>
C:\Users\Administrator>where node
D:\nodejs\node.exe

C:\Users\Administrator>npm install -g npm



https://nodejs.org/en/download/releases
https://github.com/coreybutler/nvm-windows/releases
https://github.com/npm/cli/releases


Microsoft Windows [版本 10.0.19045.2965]
(c) Microsoft Corporation。保留所有权利。

C:\Users\Administrator>node -v
v13.9.0

C:\Users\Administrator>npm -v
6.13.7

C:\Users\Administrator>

举报

相关推荐

0 条评论