Error: Invalid glob argument: bower.json,gulpfile.js,

Pretty lost here so I’ll check with you guys.
I’m getting this showstopper of an error from gulp all of a sudden and can’t understand why. It seems to be related to Sage’s jshint task. Any help would be great.
Here’s the sequence of events. http://pastebin.com/N0T82gM1
And here’s the jshint task: http://pastebin.com/LFm1P1WJ

It started erroring without changes to your code base?

Can you let us know what you’ve tried from Npm Debugging Guidelines (Failed npm install, bower install, or gulp build? Read this) so far?

So it looks like its the .concat(project.js) bit added here https://github.com/roots/sage/commit/6bb9fb21#diff-b9e12334e9eafd8341a6107dd98510c9R60
It’s probably failing since I upgraded Node on my dev machine.

I had tried removing node_modules and starting over before posting here.

node v6.9.1 (used to be OSX default before I started using yarn)
npm 3.10.8
gulp
[15:40:49] CLI version 3.9.0
[15:40:49] Local version 3.9.1

Oh goddamnit! I didn’t have any js entries in manifest.json

1 Like