mape / node-express-boilerplate

A boilerplate to quickly get projects going. It gives the developer a clean slate to start with while bundling enough useful features.
MIT License
846 stars 119 forks source link

Can't use nodemon #9

Closed sntran closed 12 years ago

sntran commented 12 years ago

After doing npm install, I see nodemon under node_modules.

However, I can't run nodemon server.js because bash can't find the command.

mape commented 12 years ago

You should try doing npm install -g nodemon instead.