BoyCook / TwitterJSClient

Twitter client written in JavaScript packaged as a node module
GNU General Public License v2.0
562 stars 176 forks source link

fix qs dependencies #32

Closed btngo closed 7 years ago

btngo commented 8 years ago

I need to use fixed qs package to avoid error below:

node_modules/twitter-node-client/node_modules/qs/lib/index.js:5 const Stringify = require('./stringify'); ^^^^^ error: Fatal error: SyntaxError: Use of const in strict mode.

tiffanywang3 commented 8 years ago

+1