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
zxc is like "bundle exec" for nodejs. It is similar to using PATH=$(npm bin):$PATH:
PATH=$(npm bin):$PATH
$ npm install -g zxc $ npm install gulp $ zxc which gulp /home/nathan/code/project1/node_modules/.bin/gulp