Based on this comment meteor/meteor#9276 (comment)
underscore must be provided on the server too in package.js.
@aslagle I am not raising a PR, as probably this is a good time to also import _ properly (or maybe remove it altogether), in all the files.
The error is (in case someone searches here), when meteor shell is running:
TypeError: Cannot read property 'isFunction' of undefined
Based on this comment meteor/meteor#9276 (comment)
underscoremust be provided on the server too inpackage.js.@aslagle I am not raising a PR, as probably this is a good time to also import
_properly (or maybe remove it altogether), in all the files.The error is (in case someone searches here), when
meteor shellis running: