When trying to use colony with a simple test.js file such as :
console.log("hello")
I have this error :
~/tessel-runtime/out/Release/colony ~/test.js
Error: Could not find module "./home/tberthe/test/index.js"
at js_new ([string "colony-init.lua"]:504)
at run ([string "colony-node.lua"]:894)
at <anonymous> ([string "cli.lua"]:46)
When trying to use colony with a simple test.js file such as :
I have this error :
whereas calling
works as intented.