Happy[happybabel]: Version: 4.0.1. Threads: 4 (shared pool)
- Dominant language
- Vue
- Stars
- 16.3k
- Forks
- 4.7k
- PR merge metrics
- No merged PRs in 30d
Description
Happy[happybabel]: Version: 4.0.1. Threads: 4 (shared pool)
(node:2395) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.
events.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! iview-admin@1.3.1 dev: `webpack-dev-server --content-base ./ --open --inline --hot --compress --config build/webpack.dev.config.js`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the `npm run dev` command shown in the report and inspect `build/webpack.dev.config.js`, along with the webpack-dev-server entry point. Trace the `getaddrinfo ENOTFOUND localhost` and unhandled error output. Done means the development server starts successfully without the reported failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js, webpack
- Domain
- build-system, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100