Skip to content

Add setting to allow node-gyp dependencies to work around Python 3 #240

@ironfroggy

Description

@ironfroggy

Some NPM packages depend on node-gyp and the gyp build tool, which requires Python 2. If a Python 3 virtualenv is active, this can break. The following .npmrc can fix this:

python=python2.7

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