assaf / node-passbook

iOS Passbook for the Node hacker
MIT License
281 stars 73 forks source link

Cannot find module async #34

Closed tomasdev closed 9 years ago

tomasdev commented 9 years ago

While running ± ./node_modules/passbook/bin/node-passbook prepare-keys -p keys

module.js:340
    throw err;
          ^
Error: Cannot find module 'async'

Is it a missing reference on the package.json or I should install it globally in addition to installing it locally to the project?