Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Build should respect loglevel #2597

@dccampbell

Description

@dccampbell

Even when using npm install --quiet or npm install --loglevel=error, if a rebuild of this module is triggered it will dump hundreds of lines of gyp and make logs to the console. It's not really possible to control this output since the --verbose flag is being set explicitly by the build script. I feel like verbosity within scripts should probably always remain user-configurable.

var args = [require.resolve(path.join('node-gyp', 'bin', 'node-gyp.js')), 'rebuild', '--verbose'].concat(

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions