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

node-gyp build fails on install #21

Open
@sbutterfield

Description

npm install fails on project if client machine is running package manager version 2.10 or higher. API version v8 or greater causes bcrypt package to fail.
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the bcrypt package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls bcrypt
npm ERR! There is likely additional logging output above.

Issue is fixed by updating package.json dependencies to:
"bcrypt": "~0.8.1"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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