Node.js hot overload, including operation error report and Solutions

Installation: NPM install – G hotnode

Run: hotnode xxx.js

But this thing reported an error when my computer was running

 

Address of the problem: C: \ users \ Nanke \ appdata \ roaming \ NPM \ node_ modules\hotnode\javascript\hotloader.js

Enter edit

Return uril. Print (data. Tostring()) in line 112;

Modify to return console.log (data. Tostring());

 

Similar Posts: