1 $ npm init 2 $ npm install express --save 3 $ npm install express-generator 4 $ npx express -f 5 $ exit 6 $ npm install 7 $ npm start
express 安装
原文:https://www.cnblogs.com/huzheng/p/12920162.html