javascript - nodejs使用require('request')模块发送数据,报错
女神的闺蜜爱上我
女神的闺蜜爱上我 2017-07-03 11:42:31
0
4
1031
var request = require('request');
request('http://www.baidu.com', function (error, response, body) {
    console.log('error:', error); // Print the error if one occurred
    console.log('statusCode:', response && response.statusCode); // Print the response status code if a response was received
    console.log('body:', body); // Print the HTML for the Google homepage.
});

这是官网上的实例,但是我这边报错。error: Error: Invalid protocol: null
不知道什么协议的原因
官方githubrequest

女神的闺蜜爱上我
女神的闺蜜爱上我

全部回复(4)
阿神

已解决,应该是cnpm的锅,用npm重新安装request模块,成功运行了

漂亮男人

我试了一下,是没有发现问题的,你是用webstorm的调试工具运行的吗?
或者可以尝试一下重新安装模块,再用命令行运行试一下。
只看到一个跟你一样问题的 看 Stack Overflow里面
贴上连接参考一下,还有感觉你的报错信息也不完整建议贴全一点
https://stackoverflow.com/que...

为情所困

是不是 npm 设 proxy 了

仅有的幸福

是:还是:?

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!