在运行项目的时候使用npm run dev,出现了这些,看不懂请求支援
PS D:\work\i-tax-bench-front-haidilao> npm run dev
> i_tax_bench@1.0.0 dev
> webpack-dev-server --inline --progress --config build/webpack.dev.conf.js
(node:20684) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
10% building modules 1/1 modules 0 activenode:events:368
throw er; // Unhandled 'error' event
^
Error: listen EADDRNOTAVAIL: address not available 10.1.30.167:9002
at Server.setupListenHandle [as _listen2] (node:net:1317:21)
at listenInCluster (node:net:1382:12)
at doListen (node:net:1520:7)
at processTicksAndRejections (node:internal/process/task_queues:84:21)
Emitted 'error' event on Server instance at:
at emitErrorNT (node:net:1361:8)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
code: 'EADDRNOTAVAIL',
errno: -4090,
syscall: 'listen',
address: '10.1.30.167',
port: 9002
}
我想知道这个是什么东西以及怎么解决
你需要一个百度翻译,npn报错情况和本地代码配置有关,报错信息也很清楚说明了,
‘address not available’:地址不可用
http_parser被弃用了?
10.1.30.167:9002 这个地址不可用
跟楼主一样的问题 怎么解决的最后 我这个也没有报地址啥的