In Meteor 1.3, say I have installed local package using command meteor meteor add nicolaslopezj:mrf, I am getting some error saying “Uncaught ReferenceError: DotObject is not defined” and want to tweak some changes in that package. But I can’t find any subdirectory named “packages” within my root project directory (looked into .meteor as well).
Alternately, is there a way that I can save that package in my project folder? Has anyone tried this?