我正在 Windows 8 机器上的宅基地上运行 laravel 应用程序。
我使用 gulp、elixix 和 node.js 来编译资源文件,如 SASS 和 .js 文件。
当我运行 gulp 命令时,出现 I/O 错误:
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)