I'm running a laravel application on homestead on a windows 8 machine.
I use gulp, elixix and node.js to compile resource files like SASS and .js files.
When I run the gulp command, I/O errors occur:
Saving To...
- ../www/css/admin.css
stream.js:74
throw er; // Unhandled stream error in pipe.
^
Error: ENOTDIR: not a directory, open '/home/vagrant/projects/site/www/css/admin.css'
at Error (native)