最近、Meteor アプリを 0.6.5 に更新しましたが、アンダースコア パッケージが機能しなくなっていることに気付きました。エラーログは次のとおりです。
W20130814-20:31:26.431(-3)? (STDERR) /home/mariano/.meteor/tools/4010e5731d/lib/node_modules/fibers/future.js:173
W20130814-20:31:26.494(-3)? (STDERR) throw(ex);
W20130814-20:31:26.494(-3)? (STDERR) ^
W20130814-20:31:26.494(-3)? (STDERR) ReferenceError: _ is not defined
W20130814-20:31:26.496(-3)? (STDERR) at Package (packages/meteor-file/meteor-file.js:92)
W20130814-20:31:26.496(-3)? (STDERR) at packages/meteor-file.js:120:4
W20130814-20:31:26.496(-3)? (STDERR) at packages/meteor-file.js:127:3
W20130814-20:31:26.496(-3)? (STDERR) at mains (/home/mariano/borrar/blocnotas/.meteor/local/build/programs/server/boot.js:153:10)
W20130814-20:31:26.497(-3)? (STDERR) at Array.forEach (native)
W20130814-20:31:26.497(-3)? (STDERR) at Function._.each._.forEach (/home/mariano/.meteor/tools/4010e5731d/lib/node_modules/underscore/underscore.js:79:11)
W20130814-20:31:26.497(-3)? (STDERR) at /home/mariano/borrar/blocnotas/.meteor/local/build/programs/server/boot.js:80:5
ご協力いただきありがとうございます