Advertisement
Guest User

Untitled

a guest
Oct 8th, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. PS C:\Users\System\Desktop\project\electron-quick-start> npm install
  2.  
  3. > electron@6.0.11 postinstall C:\Users\System\Desktop\project\electron-quick-start\node_modules\electron
  4. > node install.js
  5.  
  6. Downloading tmp-15380-0-electron-v6.0.11-win32-x64.zip
  7. Error: tunneling socket could not be established, cause=connect ECONNREFUSED 127.0.0.1:80
  8. C:\Users\System\Desktop\project\electron-quick-start\node_modules\electron\install.js:49
  9. throw err
  10. ^
  11.  
  12. Error: tunneling socket could not be established, cause=connect ECONNREFUSED 127.0.0.1:80
  13. at ClientRequest.onError (C:\Users\System\Desktop\project\electron-quick-start\node_modules\tunnel-agent\index.js:177:17)
  14. at Object.onceWrapper (events.js:286:20)
  15. at ClientRequest.emit (events.js:198:13)
  16. at Socket.socketErrorListener (_http_client.js:392:9)
  17. at Socket.emit (events.js:198:13)
  18. at emitErrorNT (internal/streams/destroy.js:91:8)
  19. at emitErrorAndCloseNT (internal/streams/destroy.js:59:3)
  20. at process._tickCallback (internal/process/next_tick.js:63:19)
  21. npm WARN rollback Rolling back debug@2.6.9 failed (this is probably harmless): EPERM: operation not permitted, scandir 'C:\Users\System\Desktop\project\electron-quick-start\node_modules\sumchecker\node_modules'
  22. npm ERR! code ELIFECYCLE
  23. npm ERR! errno 1
  24. npm ERR! electron@6.0.11 postinstall: `node install.js`
  25. npm ERR! Exit status 1
  26. npm ERR!
  27. npm ERR! Failed at the electron@6.0.11 postinstall script.
  28. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  29.  
  30. npm ERR! A complete log of this run can be found in:
  31. npm ERR! C:\Users\System\AppData\Roaming\npm-cache\_logs\2019-10-08T15_02_16_542Z-debug.log
  32. PS C:\Users\System\Desktop\project\electron-quick-start>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement