You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Prerequisites
Description
When running
yarn add @atom/watcher
, it hangs forever on linux.Steps to Reproduce
npm install -g yarn
mkdir project && cd project && yarn init
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 andpackage.json
is not updated.Reproduces how often:
100%
Versions
@atom/watcher@1.2.0.
Additional Information
Maybe it's related to #185
The text was updated successfully, but these errors were encountered: