Gulp errors (Cannot find module ...)

Maybe give nvm a shot for managing your Node.js install?

e class='quote' data-post="4" data-topic="3060">
Recommendations Use nvm to manage node versions nvm installs node in your user’s home directory without needing superuser privileges. It also allows you to toggle between versions of node effortlessly. You can use nvm to install node on your server as well. warningwarningwarning Do not use sudo with npm warningwarningwarning You may receive an EACCES error when you try to install a package globally. This indicates that you do not have permission to write to the directories that np…