kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.54k stars 125 forks source link

Downloading electron-v0.34.5-darwin-x64.zip is too slow when i npm install. Can i download it alone? #37

Closed deju closed 8 years ago

deju commented 8 years ago

When i exec npm install, it is slow to download electron-v0.34.5-darwin-x64.zip. Can i download it alone?

kdzwinel commented 8 years ago

Electron is an integral part of this app, you can't skip it.

Consider downloading one of available Betwixt builds: https://github.com/kdzwinel/betwixt/releases - that's the most time-efficient way of getting the app.

desenmeng commented 8 years ago

@deju you can use cnpm in China

deju commented 8 years ago

@demohi Done! Thanks.

doc-han commented 5 years ago

How was the cnpm used to solve this? need Help