本文介紹了VUE Error: getaddrinfo ENOTFOUND localhost,分享給大家。具體如下:
站在用戶的角度思考問題,與客戶深入溝通,找到舒蘭網(wǎng)站設(shè)計與舒蘭網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗,讓設(shè)計與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個性化、用戶體驗好的作品,建站類型包括:網(wǎng)站制作、網(wǎng)站建設(shè)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、域名與空間、網(wǎng)頁空間、企業(yè)郵箱。業(yè)務(wù)覆蓋舒蘭地區(qū)。
Jins-MBP:helloworld XXX$ npm run dev
> helloworld@1.0.0 dev /Users/XXX/Documents/develop/front/helloworld
> webpack-dev-server --inline --progress --config build/webpack.dev.conf.js10% building modules 2/4 modules 2 active .../develop/front/helloworld/src/main.jsevents.js:183
throw er; // Unhandled 'error' event
^Error: getaddrinfo ENOTFOUND localhost
at errnoException (DNS.js:50:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! helloworld@1.0.0 dev: `webpack-dev-server --inline --progress --config build/webpack.dev.conf.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the helloworld@1.0.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:
npm ERR! /Users/XXX/.npm/_logs/2018-04-18T01_01_10_246Z-debug.log
根據(jù)報錯內(nèi)容,推斷是localhost的問題。有可能是localhost沒有綁定127.0.0.1。
修改方法:
添加host配置
127.0.0.1 localhost
以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持創(chuàng)新互聯(lián)。