Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境。
Node.js 使用了一个事件驱动、非阻塞式 I/O 的模型,使其轻量又高效。
Node.js 的包管理器 npm,是全球最大的开源库生态系统。

nodejs下载

nodejs官网: https://nodejs.org/en/

当前最高版本v8.10.0下载:点击下载

英文下载网址:https://nodejs.org/en/download/
中文下载网址:http://nodejs.cn/download/

window7系统-下载示意图

以英文下载地址为例:
nodejs下载 nodejs 安装

安装

  • 双击 node-v8.10.0-x64.msi 安装包,并确认”运行”
  • 点击next后,勾选I accept the terms in the License Agreement
  • 选择安装路径,默认C:\Program Files\nodejs\ 就可以
  • 接着就是不断的next直到完成就可以了。

相关文章:

  • 2021-12-01
  • 2022-12-23
  • 2021-12-01
  • 2022-01-07
  • 2021-12-31
  • 2021-04-26
  • 2021-06-09
猜你喜欢
  • 2021-11-19
  • 2021-07-20
  • 2021-11-11
  • 2021-09-06
  • 2021-09-21
  • 2022-12-23
  • 2021-07-15
相关资源
相似解决方案