TypeError: util.print is not a function 用node.js安装hotnode后启动报错

Code is never die !

//终端安装插件
npm install -g hotnode

直接展示错误地方:
TypeError: util.print is not a function 用node.js安装hotnode后启动报错_第1张图片
点击下划线处部分进入hotloader.js中(长按ctrl+鼠标点击)进入自动定位到下方位置
修改代码util.print ->console.log保存,重新跑项目
TypeError: util.print is not a function 用node.js安装hotnode后启动报错_第2张图片

最终成功跑项目:
TypeError: util.print is not a function 用node.js安装hotnode后启动报错_第3张图片
Ending…

你可能感兴趣的:(Node.js,node.js,后端,javascript,chrome,前端)