win7 nodejs找不到express命令 , express is not recognized

见这里:http://stackoverflow.com/questions/11663590/issues-with-installing-express-js-in-windows-7?rq=1

In later versions of express comand line was migrated to a separate module: express-generetor
说的是最新版本的express,命令行功能已经转移到模块express-generetor,需要单独安装.

使用如下命令

npm install -g express-generator


然后就可以使用express命令了!
发布了38 篇原创文章 · 获赞 39 · 访问量 35万+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章