Error: Cannot Find Module 'utf8', when trying to run Gulp for the first time

Hey Guys, Trying to get Sage up and running with VVV(Varying Vagrant Vagrants). I have followed all the steps up until running ‘gulp’. I have searched everywhere but have not found anyone who has experienced a similar issue (with utf8) other then this post (which isn’t very helpful): Error: Cannot find module 'utf8' · Issue #81 · johnpapa/gulp-patterns · GitHub.

When I try running gulp i get the following error:

vagrant@vvv:/vagrant/www/edealer-sage/htdocs/wp-content/themes/sage$ gulp

module.js:340
throw err;
^
Error: Cannot find module ‘utf8’
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/vagrant/www/edealer-sage/htdocs/wp-content/themes/sa
ge/node_modules/browser-sync/node_modules/socket.io/node_modules/socket.io-clien
t/node_modules/engine.io-client/node_modules/engine.io-parser/lib/index.js:5:12)

at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)

First time using Node, Gulp, & Bower, any guidance is appreciated. Thanks.

This topic is now unlisted. It will no longer be displayed in any topic lists. The only way to access this topic is via direct link.