时间:2021-05-26
本文介绍了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.js
10% 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
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
错误现象:ERROR1045(28000):Accessdeniedforuser'ODBC'@'localhost'(usingpassword:NO)ERR
ERROR1130(HY000):Host'localhost'isnotallowedtoconnecttothisMySQLserver出现原因:mysql
mysql数据库报ERROR1045(28000):Accessdeniedforuser'ODBC'@'localhost'(usingpassword:NO
ERROR1045:Accessdeniedforuser:’root@localhost’(Usingpassword:NO)为什么会
当登陆MYSQL时,提示:ERROR1045:Accessdeniedforuser:'root@localhost'(Usingpassword:YES)说明