找不到羽毛 - 客户端primus

时间:2015-11-29 21:15:18

标签: ecmascript-6 feathersjs

我收到此错误Uncaught TypeError: _feathersClient2.default.primus is not a function

我的代码如下,我使用ES6和babel作为编译器。

import feathers from 'feathers-client';


const app = feathers().configure(feathers.primus({
  transformer: 'sockjs',
  pathname: '/primus',
}));

const locationService = app.service('location');

1 个答案:

答案 0 :(得分:1)

这似乎是羽毛客户端的错误。我创建了an issue,所以请随意跟随。