node-promise
node-promise copied to clipboard
How do I install node-promise?
How do I install node-promise?
Like any node package, you can add it to your package mapping if you are using nodules, or you can download it into your module path. If you are wanting promise based IO, I'd recommend using promised-io instead though.
npm install promise
in your file
var promise = require('promise');
could you please sync with https://www.npmjs.org/package/node-promise ?