hotnode icon indicating copy to clipboard operation
hotnode copied to clipboard

Hot code loading for node.js

Results 6 hotnode issues
Sort by recently updated
recently updated
newest added

Deail info: TypeError: util.print is not a function at Socket. (C:\Users\xxxxxxxx\AppData\Roaming\npm\node_modules\hotnode\javascript\hotloader.js:112:19) at Socket.emit (events.js:315:20) replace the code "hotloader.js:112:19" with "console.log(data.toStirng()) " thre app running is OK

hotnode index.js has been changed hotnode node process restarted events.js:167 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE :::8081 at Server.setupListenHandle [as _listen2] (net.js:1286:14) at listenInCluster (net.js:1334:12) at...

When use hotnode in v4.5.0, will get 'util.print: use console.log instead' in output. Try to fix it with just change `util.print` to `console.log`

I'm using [email protected] with [email protected] and [email protected] , when I typed `hotcoffee src/startService.coffee` I got these: ``` $ hotcoffee src/startService.coffee hotnode coffee process restarted events.js:141 throw er; // Unhandled 'error'...

for example: I don't want to watch some directories or files, because i use some other tools to compile them when i change these files, these files will be compiled...

I am new to node so please bear with me. I did sudo npm install hotnode -g. I tried reinstalling it and still same issue. So, the issue: Whenever I...