Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Yarn add hangs on Linux #186

Closed
1 task done
nono opened this issue Oct 26, 2018 · 2 comments
Closed
1 task done

Yarn add hangs on Linux #186

nono opened this issue Oct 26, 2018 · 2 comments

Comments

@nono
Copy link
Contributor

nono commented Oct 26, 2018

Prerequisites

Description

When running yarn add @atom/watcher, it hangs forever on linux.

Steps to Reproduce

  1. npm install -g yarn
  2. mkdir project && cd project && yarn init
  3. yarn add @atom/watcher

Expected behavior:

The package is installed in node_modules and the package.json is updated (yarn.lock too).

Actual behavior:

yarn add @atom/watcher hangs and package.json is not updated.

Reproduces how often:

100%

Versions

@atom/watcher@1.2.0.

Additional Information

Maybe it's related to #185

@nono
Copy link
Contributor Author

nono commented Oct 26, 2018

I have those process in ps aux:

nono     13017 41.0  1.0 1241108 84464 pts/8   Sl+  14:26   0:00 node /home/nono/bin/yarn add @atom/watcher
nono     13027  0.0  0.0   4632   832 ?        Ss   14:26   0:00 /bin/sh -c prebuild-install || node-gyp rebuild
nono     13028 13.0  0.4 988000 36680 ?        Sl   14:26   0:00 node /home/nono/tmp/project/node_modules/@atom/watcher/node_modules/.bin/prebuild-install

@smashwilson
Copy link
Contributor

Maybe it's related to #185

Yeah, this is the same problem 😞 Closing this issue in favor of that one to keep things centralized ➡️

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants