I have a project that uses Gulp. I deployed my project onto my Ubuntu server and now want to compile the assets (which is all my gulpfile does at the moment). Having install
The solution was to delete the node_modules folder and rerun npm install.
node_modules
npm install
It looks like the initial install failed partially for some reason.