Closed halcarleton closed 9 years ago
This is interesting...sounds like a dependency of something gulp-load-plugins needs isn't being installed properly from:
at Object.<anonymous> (/home/username/projects/my_project/node_modules/gulp-load-plugins/node_modules/findup-sync/lib/findup-sync.js:15:12)
After some further digging I think this is due to some permission issues with my node/npm install. I'll report back here after I get that figured to say if it fixed the issue.
That seems to have been the issue. Now that I have my permissions all sorted out everything seems to be working. Sorry for the false alarm!
when running my gulpfile I get the error:
Error: Cannot find module 'glob'
. This seems to be triggered by gulp-load-plugins. This has only been a problem since moving over to a linux machine.When I remove gulp-load-plugins from my gulpfile I don't get the error anymore.
Gulp v3.8.10 Node v0.10.25 Ubuntu 14.04