You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
whereas calling
~/tessel-runtime/out/Release/colony test.js
works as intented.
The text was updated successfully, but these errors were encountered:
When trying to use colony with a simple test.js file such as :
I have this error :
whereas calling
works as intented.
The text was updated successfully, but these errors were encountered: