Skip to content
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
Closed
@smashwilson

Description

@smashwilson

Prerequisites

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

  1. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions