File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
tap-snapshots/test/lib/commands Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,9 @@ ${defData}
266
266
if ( ! long ) {
267
267
msg . push (
268
268
`; node bin location = ${ process . execPath } ` ,
269
+ `; node version = ${ process . version } ` ,
270
+ `; npm bin location = ${ dirname ( dirname ( __dirname ) ) } ` ,
271
+ `; npm version = ${ this . npm . version } ` ,
269
272
`; cwd = ${ process . cwd ( ) } ` ,
270
273
`; HOME = ${ process . env . HOME } ` ,
271
274
'; Run `npm config ls -l` to show all defaults.'
Original file line number Diff line number Diff line change @@ -342,6 +342,9 @@ prefix = "{LOCALPREFIX}"
342
342
userconfig = "{HOME}/.npmrc"
343
343
344
344
; node bin location = {EXECPATH}
345
+ ; node version = {NODE-VERSION}
346
+ ; npm bin location = {NPMDIR}
347
+ ; npm version = {NPM-VERSION}
345
348
; cwd = {NPMDIR}
346
349
; HOME = {HOME}
347
350
; Run \`npm config ls -l\` to show all defaults.
@@ -355,6 +358,9 @@ prefix = "{LOCALPREFIX}"
355
358
userconfig = "{HOME}/.npmrc"
356
359
357
360
; node bin location = {EXECPATH}
361
+ ; node version = {NODE-VERSION}
362
+ ; npm bin location = {NPMDIR}
363
+ ; npm version = {NPM-VERSION}
358
364
; cwd = {NPMDIR}
359
365
; HOME = {HOME}
360
366
; Run \`npm config ls -l\` to show all defaults.
@@ -383,6 +389,9 @@ prefix = "{LOCALPREFIX}"
383
389
userconfig = "{HOME}/.npmrc"
384
390
385
391
; node bin location = {EXECPATH}
392
+ ; node version = {NODE-VERSION}
393
+ ; npm bin location = {NPMDIR}
394
+ ; npm version = {NPM-VERSION}
386
395
; cwd = {NPMDIR}
387
396
; HOME = {HOME}
388
397
; Run \`npm config ls -l\` to show all defaults.
You can’t perform that action at this time.
0 commit comments