搜尋

首頁  >  問答  >  主體

javascript - nodejs使用require('request')模組發送數據,報錯

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

女神的闺蜜爱上我女神的闺蜜爱上我2701 天前1043

全部回覆(4)我來回復

  • 阿神

    阿神2017-07-03 11:44:31

    已解決,應該是cnpm的鍋,用npm重新安裝request模組,成功運行了

    回覆
    0
  • 漂亮男人

    漂亮男人2017-07-03 11:44:31

    我試了一下,是沒有發現問題的,你是用webstorm的調試工具運行的嗎?
    或可以嘗試重新安裝模組,再用命令列運行試行。
    只看到一個跟你一樣問題的 看 Stack Overflow裡面
    貼上連接參考一下,還有感覺你的報錯信息也不完整建議貼全一點
    https://stackoverflow.com/que...

    回覆
    0
  • 为情所困

    为情所困2017-07-03 11:44:31

    是不是 npm 設 proxy 了

    回覆
    0
  • 仅有的幸福

    仅有的幸福2017-07-03 11:44:31

    是:還是:?

    回覆
    0
  • 取消回覆