node.js 安装express 提示 command is not found
肯定有遇到这样的问题。
在执行express -e app时,出现 command is not found
此时需要执行 :
$ npm install -g express-generator
你问我为什么?我也是nodejs初学者
posted on
2016-09-26 15:21
sonicwater 阅读(
...) 评论(
)
编辑
收藏
转载于:https://www.cnblogs.com/sonicwater/p/5909332.html
相关资源:数据结构—成绩单生成器