ukd1 / node-twilio

A (deprecated) Twilio helper library for node. Use the official one:
https://github.com/twilio/twilio-node
177 stars 56 forks source link

express dependency missing from package.json #6

Closed Marak closed 7 years ago

Marak commented 13 years ago

You have no express dep in your package.json file.

You also don't specify which version of express you require. I tried to install the latest express and run your demos, but all I get is:

node.js:134 throw e; // process.nextTick error, or 'error' event on first tick ^ TypeError: Object # has no method 'bodyDecoder' at new AutoUri (/Users/maraksquires/dev/hook.io-twilio/node_modules/twilio/lib/auto-uri.js:32:17) at new Client (/Users/maraksquires/dev/hook.io-twilio/node_modules/twilio/lib/twilio.js:18:15) at Object. (/Users/maraksquires/dev/hook.io-twilio/test.js:3:15) at Module._compile (module.js:404:26) at Object..js (module.js:410:10) at Module.load (module.js:336:31) at Function._load (module.js:297:12) at Array. (module.js:423:10) at EventEmitter._tickCallback (node.js:126:26)

tifroz commented 12 years ago

+1 ... for those of us that rely on npm.

Looks like the expresss dependency was added in the github repository, but the update wasn't uploaded to npm, so this is really a request to update npm!

ukd1 commented 7 years ago

This library is deprecated in favor of the official library - https://github.com/twilio/twilio-node