【内容指引】
下载Node.js;
Mac下安装Node.js;
Windows下安装Node.js;
查看node和npm的版本。

一、下载Node.js

访问Node.js官网:https://nodejs.org/en/download/

构建微服务开发环境5————安装Node.js

二、Mac下安装Node.js

1.傻瓜啥安装,看图:

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

2.安装完后查看node版本,打开终端,输入

node -v

 

构建微服务开发环境5————安装Node.js

3.查看npm的版本,输入

npm -v

 

构建微服务开发环境5————安装Node.js

看到以上版本号,代表安装成功。

三、Windows下安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

构建微服务开发环境5————安装Node.js

查看node版本:

node -v

查看npm版本:

npm -v

 

构建微服务开发环境5————安装Node.js

 

相关文章:

  • 2022-02-19
  • 2021-08-10
  • 2021-12-28
  • 2021-11-03
  • 2021-05-11
  • 2021-04-14
  • 2021-12-06
猜你喜欢
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2021-04-10
  • 2021-09-22
  • 2021-11-30
  • 2022-01-10
相关资源
相似解决方案