-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected] package not installing #5131
Comments
This might be related (although my BrowserSync version is a littler older):
Running: Results in:
And it just sits there. This does not happen when I upgrade any other package individually. |
@rally25rs I have issue, installing [email protected] never end.
@rally25rs, Do you run yarn with the node version latest? |
I've been using node 8.5.0. Yarn doesn't officially support Yarn v9 yet (we don't run our CI tests against it). At that point Yarn is just kicking off Does your output really have "Building fresh packages..." twice??? That... doesn't seem like it should happen 🤔 If you run You know what, this all sounded familiar... I've been down this road before specifically with |
@rally25rs |
Well, after doing the following:
I began adding my dependencies back. All of the packages installed without a problem. I saved Browser-Sync for last...
Could this be a Browser-Sync issue? |
Update:
I will also post this update with Browser-Sync issue #1475. |
Hi, Having a perhaps similar issue, issue seems to have been with fsevents My yarn install of gatsbyjs packages was stuck with:
Before this you have a line something like:
However the path was linking towards my home folder Seen a lot of issues with yarn and fsevents .. this fixed it for me. P.S. I already tried |
@oviava, thanks for your input. I first tried Side note: |
Same error here... I feel relieved, because I thought it was just me with that mistake! hahahaha I tried to update Yarn, Node, disable firewall, delete files, install package by package, among others... however I continue with the same problem. Config: @dmbdesignpdx any news? |
@marcelogarbin Nothing. Absolutely nothing. Not even acknowledgement of the issue on BrowserSync's side... |
Based on the output that you guys reported, I'm pretty sure this is unrelated to BrowserSync, and an issue with I have 3 projects at work that use Oh after some hunting it looks like the |
@rally25rs confirmed: reinstalling node-gyp allowed the scripts to finish and upgraded browser-sync. After reading through uNetworking/bindings#31 and face-palming at the end, I've seen this scenario come up again and again: unproductive conversations, especially coming from an owner, about an issue is toxic and doesn't help solve the issue. So, thank you for your help and productive input. |
I'm going to go ahead and close this issue. Thanks for bearing with us on this one. There are a lot of moving parts so figuring out what's going wrong can be pretty tough sometimes 😄 |
i'm seeing the same problem. i don't think this is fixed. |
What is the current behavior?
[email protected] package not installing
If the current behavior is a bug, please provide the steps to reproduce.
yarn add browser-sync
The text was updated successfully, but these errors were encountered: