您好,登錄后才能下訂單哦!
本文介紹了VUE Error: getaddrinfo ENOTFOUND localhost,分享給大家。具體如下:
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
根據報錯內容,推斷是localhost的問題。有可能是localhost沒有綁定127.0.0.1。
修改方法:
添加host配置
127.0.0.1 localhost
以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。