TypeError:第一个参数必须是字符串,Buffer,ArrayBuffer,Array或类似数组的对象。在特威

时间:2019-05-21 07:12:49

标签: javascript request

仅导入了Twit,它就导致我“未捕获(承诺)TypeError”。我做了一些测试,当我尝试导入请求模块时,它来自请求,它给了我同样的错误。

import Twit from 'twit';
class TwitterSDK {
   constructor() {
   var T = new Twit({
     consumer_key: 'xxx',
     consumer_secret: 'xxx',
     access_token: 'xxx',
     access_token_secret: 'xxxx',
   })
  }
}

错误: enter image description here

0 个答案:

没有答案