Open ironfroggy opened 8 years ago
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:
.npmrc
python=python2.7
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: