为了账号安全,请及时绑定邮箱和手机立即绑定

nodejs使用require('request')模块发送数据,报错

nodejs使用require('request')模块发送数据,报错

www说 2018-11-28 18:13:16
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
查看完整描述

1 回答

?
猛跑小猪

TA贡献1858条经验 获得超8个赞

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

查看完整回答
反对 回复 2018-12-28
  • 1 回答
  • 0 关注
  • 977 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号