抛出调用Node.js net.createConnection的错误

时间:2016-06-29 02:39:46

标签: node.js

此问题与:Error in MySQL library for Node.js

有关

Node.js版本5.12

我按如下方式导入网络库:

var net = require('net');

在我的方法中,此行抛出并出错:

const test = net.createConnection(3306,'localhost');

错误:_net2.default.createConnection不是函数

任何人都可以解释为什么我会在“net”中调用createConnection时出现此错误吗?

0 个答案:

没有答案