肯定有遇到这样的问题。
在执行express -e app时,出现 command is not found
此时需要执行 :
$ npm install -g express-generator
$ npm install
-g
express-generator