We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9fcc1 commit 8a56fa3Copy full SHA for 8a56fa3
1 file changed
lib/config/figgy-config.js
@@ -27,6 +27,9 @@ function mkConfig (...providers) {
27
baseConfig = NpmConfig(npm.config, {
28
// Add some non-npm-config opts by hand.
29
cache: path.join(npm.config.get('cache'), '_cacache'),
30
+ // NOTE: npm has some magic logic around color distinct from the config
31
+ // value, so we have to override it here
32
+ color: !!npm.color,
33
dirPacker: pack.packGitDep,
34
hashAlgorithm: 'sha1',
35
includeDeprecated: false,
0 commit comments