hybridgroup / cylon-tessel

Cylon adaptor for the Tessel
http://cylonjs.com
Other
13 stars 3 forks source link

issue with deployment and generating package.json #5

Closed normanb closed 10 years ago

normanb commented 10 years ago

Running

sudo npm install -g cylon-cli $ cylon generate tessel my-tessel-project $ cd my-tessel-project $ npm install $ tessel run blink.js

the following files are generated

blink.js package.json.tpl

running `tessel run blink.js'

gets

INFO Running script... Error: Could not find module "/node_modules/cylon/index.js" stack traceback: /app/blink.js:8: in function 'res' /_start.js:4: in function 'res'

Any fixes?

zankich commented 10 years ago

@normanb I just checked the code on my tessel and it works as expected.

What's the output of $ tessel version and $ tessel version --board

edgarsilva commented 10 years ago

@normanb Were you able to check this? If not I'm assuming no longer an issue will close later today.