This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
prebuild-install hang #185
Closed
Description
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: http://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When running npm install -g @atom/watcher
, the prebuild-install process successfully completes, but hangs forever:
$ npm_config_loglevel=silly npm install -g @atom/watcher
# ...
> @atom/[email protected] install /Users/smashwilson/.nodenv/versions/8.9.3/lib/node_modules/@atom/watcher
> prebuild-install || node-gyp rebuild
prebuild-install info begin Prebuild-install version 5.2.1
prebuild-install info looking for cached prebuild @ /Users/smashwilson/.npm/_prebuilds/bb9a4f-watcher-v1.2.0-node-v57-darwin-x64.tar.gz
prebuild-install info found cached prebuild
prebuild-install info unpacking @ /Users/smashwilson/.npm/_prebuilds/bb9a4f-watcher-v1.2.0-node-v57-darwin-x64.tar.gz
prebuild-install info unpack resolved to /Users/smashwilson/.nodenv/versions/8.9.3/lib/node_modules/@atom/watcher/build/Release/watcher.node
prebuild-install info unpack required /Users/smashwilson/.nodenv/versions/8.9.3/lib/node_modules/@atom/watcher/build/Release/watcher.node successfully
prebuild-install info install Successfully installed prebuilt binary!
Steps to Reproduce
npm install -g @atom/watcher
on macOS
Expected behavior:
@atom/watcher to be installed successfully.
Actual behavior:
npm hangs forever at the final log message.
Reproduces how often:
100%
Versions
@atom/[email protected].
Additional Information
N/A
Metadata
Metadata
Assignees
Labels
No labels