2017-08-07 6 views
0

流星のアプリケーションのログを設定してLogglyを選択しようとしていますが、this articleを読んでいますが、クライアント側の実装を動作させることができません。クライアント側のLoggly Meteor 1.4.1


// in startup/client/loggly-client.js 

import { Meteor } from 'meteor/meteor'; 
import { winston } from 'meteor/clinical:winston-browser-logging'; 

winston.info("winston-client has started on the client!"); 

// in startup/client/index.js 

import './loggly-client.js'; 
import './routes.js'; 

私は取得していますエラーは、それがWinston、ないwinstonあるべきhttps://github.com/clinical-meteor/winston-browser-logging/blob/master/package.jsによるとUncaught TypeError: Cannot read property 'info' of undefined

答えて

関連する問題