Open s7dhansh opened 7 years ago
Based on this comment https://github.com/meteor/meteor/issues/9276#issuecomment-342763821
underscore must be provided on the server too in package.js.
underscore
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:
meteor shell
TypeError: Cannot read property 'isFunction' of undefined
Fixed in 0.8.43. I fixed the dependency and republished, but it could probably be removed entirely on the server at least if you wanted to open a PR for that.
Based on this comment https://github.com/meteor/meteor/issues/9276#issuecomment-342763821
underscore
must 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 shell
is running: