Wrong Directory For Lua Compilation
Closed this issue · 1 comments
johnnyman727 commented
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.
johnnyman727 commented
Fixed with an npm install.