krawaller / kranium

Brains for Titanium
http://www.kraniumjs.com
Other
103 stars 13 forks source link

Socket is not writable #5

Open codeboxed opened 12 years ago

codeboxed commented 12 years ago

I have installed nodejs and npm, then i installed Kranium exactly as you specified in the info, the app example you provided works but when i start it i always get this error in the terminal (where kranium is started)

write error { stack: [Getter/Setter], arguments: undefined, type: undefined, message: 'Socket is not writable' }

When i change something in any JS file and save that file, the app doesn't update, i have to run the project again.

What am i doing wrong?

Thank you.

Alex

krawaller commented 12 years ago

Hi Alex!

Can you give me some more information: Which version of Node (node -v) and NPM (npm -v) do you have? What is the content of the file kranium-generated-bootstrap.js in the kranium folder?

Cheers /Jacob