express command not found in bash after installing it with npm

后端 未结 7 1310
自闭症患者
自闭症患者 2020-12-23 11:53

just installed new ubuntu vm to test around with node installed things in this order:

node
mongodb-server
npm
express
mongoose

now, trying

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-23 12:36

    With the release of Express 4.0.0 it looks like you need to do sudo npm install -g express-generator.

提交回复
热议问题