Sage 8.5 wiredep error

I built the main setup with just the Bootstrap 3.3.7 files to start with ,which was OK, but after adding a few dependencies to Bower and installing them, I get an error on gulp, seems to be with wiredep, as below,

Error: must provide pattern
at new GlobSync (/var/www/vhost2.com/web/app/themes/sage-8/node_modules/wiredep/node_modules/glob/sync.js:31:11)
at Function.globSync [as sync] (/var/www/vhost2.com/web/app/themes/sage-8/node_modules/wiredep/node_modules/glob/sync.js:26:10)
at /var/www/vhost2.com/web/app/themes/sage-8/node_modules/wiredep/lib/detect-dependencies.js:113:14

I found where iwiredepis returning less and sass files and it seems to fail on that.

Any tips welcome, Thanks