Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
meteor アプリでの動作を分析したい場合があり、ログを .meteor ディレクトリに出力できればと思います。しかし、そこに console.log() を追加すると、表示されません。そうする方法はありますか?
現在のバージョンの Meteor では、サーバー側で通常のデバッガを使用できますmeteor debug。(Web Inspector を使用して、デバッガーのクライアント側をいつでも使用できます。)
meteor debug