nodejs运行的时候报错:Error: write EIO以及乱码解决方式
Posted 狗子的进阶史
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nodejs运行的时候报错:Error: write EIO以及乱码解决方式相关的知识,希望对你有一定的参考价值。
在运行node.js的过程中报如下错误:
events.js:72 throw er; // Unhandled \'error\' event ^ Error: write EIO at errnoException (net.js:883:11) at Object.afterWrite (net.js:700:19)
尝试重新安装express但是并不成功:
原因在于设置了window控制台的编码方式为UTF-8。
将编码格式改为GBK之后不报错,但是又乱码了。。。
解决乱码的方式:
用记事本打开js文件。另存为:
设置编码格式为UTF-8,重新运行,中文乱码解决。
参考链接:https://stackoverflow.com/questions/17035399/why-this-error-happend-nodejs-error-write-eio
以上是关于nodejs运行的时候报错:Error: write EIO以及乱码解决方式的主要内容,如果未能解决你的问题,请参考以下文章
nodejs express 启动报错 Error Cannot find module 'xxx'
Nodejs 套接字报错处理 Error: read ECONNRESET
nodejs 安装失败 ,出现error 2502 和error2503
IDEA在运行测试类的时候报错:Error running ‘test‘: Command line is too long
IDEA在运行测试类的时候报错:Error running ‘test‘: Command line is too long
IDEA在运行测试类的时候报错:Error running ‘test‘: Command line is too long