Gulp - 仅在Linux上显示的错误

时间:2015-08-25 17:02:33

标签: javascript html css linux gulp


我刚下载(确定3-4天前)Linux Ubuntu,我正在尝试设置所有内容,以便我可以“离开”Windows 10 :) 所以我在我的系统上安装了gulp并进入了我的gulpfile目录。
在输入gulp时,一切都会开始,直到浏览器同步开始。

以下是最后一行:

    [BS] Access URLs:
 ---------------------------------------
       Local: http://localhost:3000
    External: http://192.168.43.104:3000
 ---------------------------------------
          UI: http://localhost:3002
 UI External: http://192.168.43.104:3002
 ---------------------------------------
[BS] Serving files from: app/.

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: spawn EACCES
    at errnoException (child_process.js:988:11)
    at Process.ChildProcess._handle.onexit (child_process.js:779:34)

我想知道为什么这个错误只发生在Linux上?
在Windows上做同样的事情一切都很完美:)

感谢所有能帮助我的人:)

0 个答案:

没有答案