1、下载Nodejs

官网:https://nodejs.org/

解决Windows安装使用npm(Nodejs)



2、配置

根据电脑配置选择合适的版本进行安装。window下载.msi文件或者.zip压缩包,我这里选择的是(node-v8.11.1-win-x64.zip)。解压即可使用,再到高级设置里配置一下Path路径,将解压后的node文件路径加入即可全局使用。

解决Windows安装使用npm(Nodejs)


3、验证安装

验证是否安装成功:

解决Windows安装使用npm(Nodejs)



相关文章:

  • 2021-10-20
  • 2022-01-01
  • 2022-12-23
  • 2021-12-23
  • 2021-06-28
  • 2021-06-02
  • 2021-09-23
  • 2021-04-22
猜你喜欢
  • 2021-11-27
  • 2022-01-07
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
相关资源
相似解决方案