meteor test-packages can't find npm module
问题 I'm trying to use lodash package in testing packages in Meteor version 1.3.2.4. I've installed lodash via command: meteor npm install --save lodash . It works fine in module but it doesn't work in tests. Here is my onTest : Package.onTest(function(api) { var dependencies = [ 'practicalmeteor:mocha@2.4.5_2', 'practicalmeteor:chai@2.1.0_1', 'practicalmeteor:sinon@1.14.1_2' ]; api.use('core'); api.use(dependencies); api.mainModule('tests/core.specs.js'); }); and when I try to use lodash (I've