下载:https://nodejs.org/en/download/
windows安装node.js加配置淘宝镜像
一路默认,或者选自己的路径,装好后打开cmd,
输入 node --version
显示版本。
是的,环境自己就配置好了!

配置淘宝镜像

npm config set registry " https://registry.npm.taobao.org "
npm install -g cnpm --registry=https://registry.npm.taobao.org

相关文章:

  • 2021-06-01
  • 2022-02-06
  • 2022-01-19
  • 2021-06-11
  • 2022-01-22
  • 2021-12-08
  • 2021-07-17
猜你喜欢
  • 2021-12-15
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案