How do I use a local version of a module in node.js. For example, in my app, I installed coffee-script:
node.js
npm install coffee-script
Use the npm bin command to get the node modules /bin directory of your project
npm bin
$ $(npm bin)/ [args]
e.g.
$ $(npm bin)/bower install