npm install 一直报错 求解
```bash
quehe@quehedeMacBook-Pro app % npm install
npm WARN deprecated html-webpack-plugin@3.2.0: 3.x is no longer supported
npm ERR! code 1
npm ERR! path /Users/quehe/Documents/work/快麦盒子/vue-electron/app/node_modules/electron
npm ERR! command failed
npm ERR! command sh -c node install.js
npm ERR! RequestError: read ETIMEDOUT
npm ERR! at ClientRequest.<anonymous> (/Users/quehe/Documents/work/快麦盒子/vue-electron/app/node_modules/got/source/request-as-event-emitter.js:178:14)
npm ERR! at Object.onceWrapper (node:events:510:26)
npm ERR! at ClientRequest.emit (node:events:402:35)
npm ERR! at ClientRequest.origin.emit (/Users/quehe/Documents/work/快麦盒子/vue-electron/app/node_modules/@szmarczak/http-timer/source/index.js:37:11)
npm ERR! at TLSSocket.socketErrorListener (node:_http_client:447:9)
npm ERR! at TLSSocket.emit (node:events:390:28)
npm ERR! at emitErrorNT (node:internal/streams/destroy:157:8)
npm ERR! at emitErrorCloseNT (node:internal/streams/destroy:122:3)
npm ERR! at processTicksAndRejections (node:internal/process/task_queues:83:21)
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/quehe/.npm/_logs/2022-01-06T07_42_09_750Z-debug.log
###### 运行结果及报错内容
###### 我的解答思路和尝试过的方法
###### 我想要达到的结果
deprecated html-webpack-plugin@3.2.0: 3.x is no longer supported
这个库不受支持了。换个库。
或者把你老师的node环境拷一遍。