Node.js


  • 简介
  • 目录大纲
  • 最新文档

    安装nodejs

    安装nodejs ```bash curl -sL https://rpm.nodesource.com/setup_20.x | sudo bash - yum install -y nodejs node -v 修改国内镜像 npm config set registry https://registry.npmmirror.com/ 如果上面配置正确这个命令会有字符串response npm……

    孙端己 - 2024年8月1日 15:18



    孙端己