Skip to content

Commit e6e6abd

Browse files
author
Ilya Radchenko
committed
Loglevel to much
Need to explore alternative options, maybe being able to set it from the ui, or download the npm-debug.log
1 parent e959472 commit e6e6abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/npm-command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var npm = process.platform === 'win32' ? 'npm.cmd' : 'npm';
44

55
module.exports = function (command, globals) {
66
var hasGlobals = globals && globals.length;
7-
var args = [command, '--color=always', '--verbose'];
7+
var args = [command, '--color=always'];
88

99
if (hasGlobals) {
1010
args = args.concat(globals);

0 commit comments

Comments
 (0)