Getting Exception Mongo is not defined inside my custom Package
ABC = new Mongo.Collection(\'ABC\');
W20
Also check that you have space on your HD, That was my problem.
You need to list all the packages you use in your package.js file:
package.js
Package.onUse(function (api) { api.use('mongo', ['client', 'server']); ... });