网上很多资料都是npm install express -g;
安装完也不报错,但使用express的时候却报找不到命令;
在网上查了好多,最后用 npm install -g express-generator,成功安装express。