-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d52a93c
commit 1db5f28
Showing
17 changed files
with
97 additions
and
28 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'show', 'vsce', 'version' ] | ||
2 info using [email protected] | ||
3 info using [email protected] | ||
4 silly mapToRegistry name vsce | ||
5 silly mapToRegistry using default registry | ||
6 silly mapToRegistry registry https://registry.npmjs.org/ | ||
7 silly mapToRegistry data Result { | ||
7 silly mapToRegistry raw: 'vsce', | ||
7 silly mapToRegistry scope: null, | ||
7 silly mapToRegistry escapedName: 'vsce', | ||
7 silly mapToRegistry name: 'vsce', | ||
7 silly mapToRegistry rawSpec: '', | ||
7 silly mapToRegistry spec: 'latest', | ||
7 silly mapToRegistry type: 'tag' } | ||
8 silly mapToRegistry uri https://registry.npmjs.org/vsce | ||
9 verbose request uri https://registry.npmjs.org/vsce | ||
10 verbose request no auth needed | ||
11 info attempt registry request try #1 at 11:23:10 AM | ||
12 verbose request using bearer token for auth | ||
13 verbose request id 5df8f0243b558bf8 | ||
14 verbose etag W/"58491be1-1211c" | ||
15 verbose lastModified Thu, 08 Dec 2016 08:37:53 GMT | ||
16 http request GET https://registry.npmjs.org/vsce | ||
17 http 304 https://registry.npmjs.org/vsce | ||
18 verbose headers { server: 'nginx/1.10.1', | ||
18 verbose headers 'last-modified': 'Thu, 08 Dec 2016 08:37:53 GMT', | ||
18 verbose headers etag: '"58491be1-1211c"', | ||
18 verbose headers 'cache-control': 'max-age=300', | ||
18 verbose headers 'accept-ranges': 'bytes', | ||
18 verbose headers date: 'Sun, 18 Dec 2016 17:23:10 GMT', | ||
18 verbose headers via: '1.1 varnish', | ||
18 verbose headers connection: 'keep-alive', | ||
18 verbose headers 'x-served-by': 'cache-ord1731-ORD', | ||
18 verbose headers 'x-cache': 'MISS', | ||
18 verbose headers 'x-cache-hits': '0', | ||
18 verbose headers 'x-timer': 'S1482081790.714912,VS0,VE19', | ||
18 verbose headers vary: 'Accept-Encoding' } | ||
19 silly get cb [ 304, | ||
19 silly get { server: 'nginx/1.10.1', | ||
19 silly get 'last-modified': 'Thu, 08 Dec 2016 08:37:53 GMT', | ||
19 silly get etag: '"58491be1-1211c"', | ||
19 silly get 'cache-control': 'max-age=300', | ||
19 silly get 'accept-ranges': 'bytes', | ||
19 silly get date: 'Sun, 18 Dec 2016 17:23:10 GMT', | ||
19 silly get via: '1.1 varnish', | ||
19 silly get connection: 'keep-alive', | ||
19 silly get 'x-served-by': 'cache-ord1731-ORD', | ||
19 silly get 'x-cache': 'MISS', | ||
19 silly get 'x-cache-hits': '0', | ||
19 silly get 'x-timer': 'S1482081790.714912,VS0,VE19', | ||
19 silly get vary: 'Accept-Encoding' } ] | ||
20 verbose etag https://registry.npmjs.org/vsce from cache | ||
21 verbose get saving vsce to /home/ryan/.npm/registry.npmjs.org/vsce/.cache.json | ||
22 verbose correctMkdir /home/ryan/.npm correctMkdir not in flight; initializing | ||
23 verbose exit [ 0, true ] | ||
24 verbose stack Error: write EPIPE | ||
24 verbose stack at exports._errnoException (util.js:1022:11) | ||
24 verbose stack at WriteWrap.afterWrite (net.js:801:14) | ||
25 verbose cwd /home/ryan/Documents/vscode/projects/laravel-artisan | ||
26 error Linux 4.8.0-30-generic | ||
27 error argv "/usr/bin/nodejs" "/usr/bin/npm" "show" "vsce" "version" | ||
28 error node v6.9.2 | ||
29 error npm v3.10.9 | ||
30 error code EPIPE | ||
31 error errno EPIPE | ||
32 error syscall write | ||
33 error write EPIPE | ||
34 error If you need help, you may report this error at: | ||
34 error <https://github.com/npm/npm/issues> | ||
35 verbose exit [ 1, true ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters