tessel/colony-compiler

Wrong Directory For Lua Compilation

Closed this issue · 1 comments

When I try to build the firmware I get the following error:

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: write EPIPE
    at errnoException (net.js:901:11)
    at Object.afterWrite (net.js:718:19)

It looks like Colony is trying to fork a process for a file that doesn't exist.

I do have /../bin//compile_lua but no build folder.

Fixed with an npm install.