devtool icon indicating copy to clipboard operation
devtool copied to clipboard

how install devtool skip electron install

Open bulldog478 opened this issue 9 years ago • 1 comments

hi, everyone, i think devtool is so cool, but becasue of the limtitation of company net , when i reach to election install step, it will fail, so how can i install devtool and skip electron, i think i can copy a electron.zip to the dest directory. so help me ,thank you.

bulldog478 avatar Sep 21 '16 01:09 bulldog478

I met the same problem and I solved it by

rm ~/.electron && sudo npm i devtool -g

zhengyhn avatar Sep 26 '16 05:09 zhengyhn