-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: grunt.util._(...).chain(...).pluck is not a function Use --force to continue. #90
Comments
I have the same error |
Packages:
Error:
node_modules/grunt/lib/grunt/task.js:260: 257 Object.defineProperty(this, 'filesSrc', {
258 enumerable: true,
259 get: function() {
260 return grunt.util._(this.files).chain().pluck('src').flatten().uniq().value();
261 }.bind(this)
262 }); Cause: lodash v4.0.0 removed Solution: mv node_modules old.node_modules
npm install If the error still persists, update npm, do another fresh
|
Just spotted another example of this where there's a discrepancy between a package in Reinstalling
|
It might have something to do with this: npm/npm#4042 |
Thanks Bro |
_.chain(...).pluck is not a function |
with grunt 1.0.1 and grunt-contrib-clean 1.0.0.
The text was updated successfully, but these errors were encountered: