下载并安装node.js(express)

  1. 官网下载node.js   下载 | Node.js 中文网
  2. 检查是否安装成功 :

                  1.window键+r键 输入CMD   

                  2.node -v  

                  3. npm  -v

    3.安装npm淘宝镜像 详情:npm淘宝镜像_神经质土豆的博客-CSDN博客

    4.  安装express https://www.expressjs.com.cn/starter/installing.html

                  1.输入:npm init -y 回车

                  2.输入:npm install express --save 回车

   5.安装nodemon 

     安装nodemon及使用nodemon出现的错误及解决方法_神经质土豆的博客-CSDN博客

猜你喜欢

转载自blog.csdn.net/m0_65085680/article/details/127327998