-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
What is the current behavior?
it stuck at:
Building fresh packages...
. electron
. waiting...
. waiting...
. waiting...
. waiting...
. waiting...
If the current behavior is a bug, please provide the steps to reproduce.
yarn global add electron@1.7.9
What is the expected behavior?
it should install I think
Please mention your node.js, yarn and operating system version.
nodejs v9.4.0 on MacOS
damusnet, rk-7, senaev, allanberry, paxperscientiam and 30 more
Activity
manooog commentedon Jan 24, 2018
i have the same problem, yarn just stuck in this status without any logs~~~
DefinitlyEvil commentedon Jan 25, 2018
I tried without global option and it worked, then it also worked for global mode. Anyways I am new to yarn....
danielhuang commentedon Jan 29, 2018
When you install electron, it has to download a copy of chromium, that's what is happening when "building"
DefinitlyEvil commentedon Jan 30, 2018
@GloriousYellow ah then i think it was caused by my bad Internet lmfao.
garbinmarcelo commentedon Apr 28, 2018
same error... any news?
BYK commentedon May 3, 2018
This should be fixed with Yarn 1.6.0. Can someone verify?
BYK commentedon May 3, 2018
Oh wow, @marcelogarbin was using the latest. Sorry.
BYK commentedon May 3, 2018
Looks like the fix for this isn't released yet. Anyone willing to try the nightly build to see if it is fixed on master(it should)? - http://nightly.yarnpkg.com/
blackandcode commentedon May 28, 2018
Just tried the nightly and it works with it!
milesrichardson commentedon Jun 7, 2018
As an additional datapoint, I was having this problem on 1.3.0 and upgrading to latest stable (1.7.0) solved it.
BYK commentedon Jun 7, 2018
Thanks for confirming @milesrichardson!
inturbidus commentedon Jun 14, 2018
I am having this issue with 1.7.0 stuck on "puppeteer"
21 remaining items
asapzacy commentedon Mar 12, 2019
Can confirm as well ~
node:
8.11.4
yarn:
1.13.0
puppeteer:
1.6.2
bruceCzK commentedon Mar 27, 2019
Same here with
node-sass
v1.15.2
teal-front commentedon Apr 8, 2019
same as me. (on centos ), but some times, try and try, then ok.
zee2E commentedon Apr 28, 2019
if you in GFW
edit .yarnrc and insert line
ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
kikit0106 commentedon May 23, 2019
I have the same issue when try
yarn install
on docker (yarn 1.16.*)rlopzc commentedon May 26, 2019
Same for me, just updated to MacOS
Yarn version:
1.16.0
MacOS:
10.14.5 (18F132)
sujianqingfeng commentedon Jun 1, 2019
.yarnnc file
lamvh commentedon Jun 12, 2019
Check network, if it is downloading, waiting to finish and download packages you need.
LeonSkrilec commentedon Jun 18, 2019
I solved it by switching to different network (hotspot). I guess our office network firewall had some restrictions.
AzySir commentedon Jun 20, 2019
Was there any other solutions here? I'm having the same issue
wuuhw commentedon Jun 28, 2019
i have same issue, i'ill run
gatsby new project
, select yarn install all packages, but waste a long time here, no error、no log, i try again, same questionsilasabbott commentedon Jun 28, 2019
I'm having the same issue, it hangs on "Building fresh packages..."
This happens for any packages on any network when internet works for other applications just fine.
yarn 1.17.0
node 10.16.0
macOS 10.14.5 (Mojave)
BYK commentedon Jun 28, 2019
I am going to lock this issue as I don't see any useful comments coming in and it feels more like a support forum instead of an open source project issue :)
If you are still having this issue, please try to narrow it down a bit, collect some information for reliable reproduction and file a new issue with those specific. Or even better, do all this and then fix the issue and open a PR so we can share your awesome work with the community ;)