Bootstrap

【踩坑】error E:\test\node_modules\electron: Command failed.

原因:cnpm install 

error E:\test\node_modules\electron: Command failed.
Exit code: 1
Command: node install.js
Arguments:
Directory: E:\test\node_modules\electron
Output:
ReadError: The server aborted pending request
    at IncomingMessage.<anonymous> (E:\test\node_modules\got\dist\source\core\index.js:809:31)
    at Object.onceWrapper (node:events:627:28)
    at IncomingMessage.emit (node:events:525:35)
    at IncomingMessage.origin.emit (E:\test\node_modules\@szmarczak\http-timer\dist\source\index.js:43:20)
    at IncomingMessage._destroy (node:_http_incoming:224:10)
    at _destroy (node:internal/streams/destroy:102:25)
    at IncomingMessage.destroy (node:internal/streams/destroy:64:5)

解决方法:cnpm install electron

;